메소드 | 설명 | |
---|---|---|
CreateOperationEndPointFromIOPath ( IActivityIOPath target ) : IActivityIOOperationsEndPoint |
Return the approperate operation end point based upon the IOPath type
|
|
CreateOperationsBroker ( ) : IActivityOperationsBroker |
Create an operations broker object
|
|
CreatePathFromString ( string path ) : IActivityIOPath |
Return an IActivityIOPath based upont the path string
|
|
CreatePathFromString ( string path, bool IsNotCertVerifiable ) : IActivityIOPath |
Return an IActivityIOPath based upont the path string
|
|
CreatePathFromString ( string path, bool isNotCertVerifiable, string privateKeyFile = "" ) : IActivityIOPath |
Return an IActivityIOPath based upont the path string
|
|
CreatePathFromString ( string path, string user, string pass ) : IActivityIOPath |
Return an IActivityIOPath based upont the path string
|
|
CreatePathFromString ( string path, string user, string pass, bool IsNotCertVerifiable ) : IActivityIOPath |
Return an IActivityIOPath based upont the path string
|
|
CreatePathFromString ( string path, string user, string pass, bool isNotCertVerifiable, string privateKeyFile = "" ) : IActivityIOPath |
Return an IActivityIOPath based upont the path string
|
|
CreatePathFromString ( string path, string user, string pass, string privateKeyFile = "" ) : IActivityIOPath |
Return an IActivityIOPath based upont the path string
|
|
CreatePutRawOperationTO ( WriteType writeType, string contents ) : |
Create an PutRawOperationTo object
|
|
CreatePutRawOperationTO ( bool append, string contents, bool overwrite ) : |
Create an PutRawOperationTo object
|
|
CreateUnzipTO ( string passwd ) : |
Create an UnZipOperationTO object
|
|
CreateUnzipTO ( string passwd, bool overwrite ) : |
Create an UnZipOperationTO object
|
|
CreateZipTO ( string ratio, string passwd, string name ) : |
Create an ZipOperationTO object
|
|
CreateZipTO ( string ratio, string passwd, string name, bool overwrite = false ) : |
Create an ZipOperationTO object
|
public static CreateOperationEndPointFromIOPath ( IActivityIOPath target ) : IActivityIOOperationsEndPoint | ||
target | IActivityIOPath | |
리턴 | IActivityIOOperationsEndPoint |
public static CreateOperationsBroker ( ) : IActivityOperationsBroker | ||
리턴 | IActivityOperationsBroker |
public static CreatePathFromString ( string path ) : IActivityIOPath | ||
path | string | |
리턴 | IActivityIOPath |
public static CreatePathFromString ( string path, bool IsNotCertVerifiable ) : IActivityIOPath | ||
path | string | |
IsNotCertVerifiable | bool | |
리턴 | IActivityIOPath |
public static CreatePathFromString ( string path, bool isNotCertVerifiable, string privateKeyFile = "" ) : IActivityIOPath | ||
path | string | |
isNotCertVerifiable | bool | |
privateKeyFile | string | If private key file is required. This is the path |
리턴 | IActivityIOPath |
public static CreatePathFromString ( string path, string user, string pass ) : IActivityIOPath | ||
path | string | |
user | string | |
pass | string | |
리턴 | IActivityIOPath |
public static CreatePathFromString ( string path, string user, string pass, bool IsNotCertVerifiable ) : IActivityIOPath | ||
path | string | |
user | string | |
pass | string | |
IsNotCertVerifiable | bool | |
리턴 | IActivityIOPath |
public static CreatePathFromString ( string path, string user, string pass, bool isNotCertVerifiable, string privateKeyFile = "" ) : IActivityIOPath | ||
path | string | The path. |
user | string | The user. |
pass | string | The pass. |
isNotCertVerifiable | bool | if set to |
privateKeyFile | string | If private key file is required. This is the path |
리턴 | IActivityIOPath |
public static CreatePathFromString ( string path, string user, string pass, string privateKeyFile = "" ) : IActivityIOPath | ||
path | string | The path. |
user | string | The user. |
pass | string | The pass. |
privateKeyFile | string | If private key file is required. This is the path |
리턴 | IActivityIOPath |
public static CreatePutRawOperationTO ( WriteType writeType, string contents ) : |
||
writeType | WriteType | |
contents | string | |
리턴 |
public static CreatePutRawOperationTO ( bool append, string contents, bool overwrite ) : |
||
append | bool | |
contents | string | |
overwrite | bool | |
리턴 |
public static CreateUnzipTO ( string passwd ) : |
||
passwd | string | |
리턴 |
public static CreateUnzipTO ( string passwd, bool overwrite ) : |
||
passwd | string | |
overwrite | bool | |
리턴 |
public static CreateZipTO ( string ratio, string passwd, string name ) : |
||
ratio | string | |
passwd | string | |
name | string | |
리턴 |
public static CreateZipTO ( string ratio, string passwd, string name, bool overwrite = false ) : |
||
ratio | string | |
passwd | string | |
name | string | |
overwrite | bool | |
리턴 |