C# Class Dev2.PathOperations.ActivityIOFactory

PBI : 1172 Status : New Purpose : To provide a factory for creating ActivityIO objects
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
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 ) : Dev2PutRawOperationTO

Create an PutRawOperationTo object

CreatePutRawOperationTO ( bool append, string contents, bool overwrite ) : Dev2PutRawOperationTO

Create an PutRawOperationTo object

CreateUnzipTO ( string passwd ) : Dev2UnZipOperationTO

Create an UnZipOperationTO object

CreateUnzipTO ( string passwd, bool overwrite ) : Dev2UnZipOperationTO

Create an UnZipOperationTO object

CreateZipTO ( string ratio, string passwd, string name ) : Dev2ZipOperationTO

Create an ZipOperationTO object

CreateZipTO ( string ratio, string passwd, string name, bool overwrite = false ) : Dev2ZipOperationTO

Create an ZipOperationTO object

Method Details

CreateOperationEndPointFromIOPath() public static method

Return the approperate operation end point based upon the IOPath type
public static CreateOperationEndPointFromIOPath ( IActivityIOPath target ) : IActivityIOOperationsEndPoint
target IActivityIOPath
return IActivityIOOperationsEndPoint

CreateOperationsBroker() public static method

Create an operations broker object
public static CreateOperationsBroker ( ) : IActivityOperationsBroker
return IActivityOperationsBroker

CreatePathFromString() public static method

Return an IActivityIOPath based upont the path string
public static CreatePathFromString ( string path ) : IActivityIOPath
path string
return IActivityIOPath

CreatePathFromString() public static method

Return an IActivityIOPath based upont the path string
public static CreatePathFromString ( string path, bool IsNotCertVerifiable ) : IActivityIOPath
path string
IsNotCertVerifiable bool
return IActivityIOPath

CreatePathFromString() public static method

Return an IActivityIOPath based upont the path string
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
return IActivityIOPath

CreatePathFromString() public static method

Return an IActivityIOPath based upont the path string
public static CreatePathFromString ( string path, string user, string pass ) : IActivityIOPath
path string
user string
pass string
return IActivityIOPath

CreatePathFromString() public static method

Return an IActivityIOPath based upont the path string
public static CreatePathFromString ( string path, string user, string pass, bool IsNotCertVerifiable ) : IActivityIOPath
path string
user string
pass string
IsNotCertVerifiable bool
return IActivityIOPath

CreatePathFromString() public static method

Return an IActivityIOPath based upont the path string
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 true [is not cert verifiable].
privateKeyFile string If private key file is required. This is the path
return IActivityIOPath

CreatePathFromString() public static method

Return an IActivityIOPath based upont the path string
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
return IActivityIOPath

CreatePutRawOperationTO() public static method

Create an PutRawOperationTo object
public static CreatePutRawOperationTO ( WriteType writeType, string contents ) : Dev2PutRawOperationTO
writeType WriteType
contents string
return Dev2PutRawOperationTO

CreatePutRawOperationTO() public static method

Create an PutRawOperationTo object
public static CreatePutRawOperationTO ( bool append, string contents, bool overwrite ) : Dev2PutRawOperationTO
append bool
contents string
overwrite bool
return Dev2PutRawOperationTO

CreateUnzipTO() public static method

Create an UnZipOperationTO object
public static CreateUnzipTO ( string passwd ) : Dev2UnZipOperationTO
passwd string
return Dev2UnZipOperationTO

CreateUnzipTO() public static method

Create an UnZipOperationTO object
public static CreateUnzipTO ( string passwd, bool overwrite ) : Dev2UnZipOperationTO
passwd string
overwrite bool
return Dev2UnZipOperationTO

CreateZipTO() public static method

Create an ZipOperationTO object
public static CreateZipTO ( string ratio, string passwd, string name ) : Dev2ZipOperationTO
ratio string
passwd string
name string
return Dev2ZipOperationTO

CreateZipTO() public static method

Create an ZipOperationTO object
public static CreateZipTO ( string ratio, string passwd, string name, bool overwrite = false ) : Dev2ZipOperationTO
ratio string
passwd string
name string
overwrite bool
return Dev2ZipOperationTO