프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultOemEncoding | string | ||
signalHandler | |||
signalHandlerClient |
메소드 | 설명 | |
---|---|---|
Get ( string key ) : object |
Retrieve a property as an Retrieve a property as an |
|
GetBoolean ( string key, bool def ) : bool |
Retrieve a boolean value. Retrieve a boolean value. If the property is not found, the value of |
|
GetInetAddress ( string key, |
Retrieve an Retrieve an |
|
GetInetAddressArray ( string key, string delim, |
Retrieve an array of InetAddress created from a property value containting a delim separated list of hostnames and/or ipaddresses. Retrieve an array of InetAddress created from a property value containting a delim separated list of hostnames and/or ipaddresses. |
|
GetInt ( string key ) : int |
Retrieve an Retrieve an |
|
GetInt ( string key, int def ) : int |
Retrieve an Retrieve an |
|
GetLocalHost ( ) : |
||
GetLong ( string key, long def ) : long |
Retrieve a Retrieve a |
|
GetProperty ( string key ) : string |
Retrieve a Retrieve a |
|
GetProperty ( string key, string def ) : string |
Retrieve a Retrieve a |
|
Load ( |
Load the Load the |
|
RegisterSmbURLHandler ( ) : void |
This static method registers the SMB URL protocol handler which is required to use SMB URLs with the java.net.URL class. This static method registers the SMB URL protocol handler which is required to use SMB URLs with the java.net.URL class. If this method is not called before attempting to create an SMB URL with the URL class the following exception will occur: Exception MalformedURLException: unknown protocol: smb at java.net.URL. |
|
SetProperties ( |
Set the default properties of the static Properties used by Config. Set the default properties of the static Properties used by Config. This permits a different Properties object/file to be used as the source of properties for use by the jCIFS library. The Properties must be set before jCIFS classes are accessed as most jCIFS classes load properties statically once. Using this method will also override properties loaded using the -Djcifs.properties= commandline parameter. |
|
SetProperty ( string key, string value ) : void |
Add a property. Add a property. |
|
Store ( SharpCifs.Util.Sharpen.OutputStream output, string header ) : void | ||
getNtlmContextFactory ( ) : INtlmContextFactory | ||
setNtlmContextFactory ( INtlmContextFactory factory ) : void |
메소드 | 설명 | |
---|---|---|
Config ( ) : System |
public static GetBoolean ( string key, bool def ) : bool | ||
key | string | |
def | bool | |
리턴 | bool |
public static GetInetAddress ( string key, |
||
key | string | |
def | ||
리턴 |
public static GetInetAddressArray ( string key, string delim, |
||
key | string | |
delim | string | |
def | ||
리턴 | System.Net.IPAddress[] |
public static GetLong ( string key, long def ) : long | ||
key | string | |
def | long | |
리턴 | long |
public static GetProperty ( string key, string def ) : string | ||
key | string | |
def | string | |
리턴 | string |
public static Load ( |
||
input | ||
리턴 | void |
public static SetProperties ( |
||
prp | ||
리턴 | void |
public static SetProperty ( string key, string value ) : void | ||
key | string | |
value | string | |
리턴 | void |
public static Store ( SharpCifs.Util.Sharpen.OutputStream output, string header ) : void | ||
output | SharpCifs.Util.Sharpen.OutputStream | |
header | string | |
리턴 | void |
public static getNtlmContextFactory ( ) : INtlmContextFactory | ||
리턴 | INtlmContextFactory |
public static setNtlmContextFactory ( INtlmContextFactory factory ) : void | ||
factory | INtlmContextFactory | |
리턴 | void |
public static AutoResetEvent,System.Threading signalHandler | ||
리턴 |