Method | Description | |
---|---|---|
CanCreateLocalPath ( IDocument remoteDocument ) : bool |
Determines whether this instance can create local path for specified remotePath.
|
|
CanCreateLocalPath ( IFolder remoteFolder ) : bool |
Determines whether this instance can create local path for specified remotePath.
|
|
CanCreateLocalPath ( string remotePath ) : bool |
Determines whether this instance can create local path for specified remotePath.
|
|
CanCreateRemotePath ( |
Determines whether this instance can create remote path for specified localFile.
|
|
CanCreateRemotePath ( |
Determines whether this instance can create remote path for specified localFile.
|
|
CanCreateRemotePath ( string localPath ) : bool |
Determines whether this instance can create remote path for specified localFile.
|
|
CreateLocalPath ( IDocument remoteDocument ) : string |
Creates the corresponding local path.
|
|
CreateLocalPath ( IFolder remoteFolder ) : string |
Creates the corresponding local path.
|
|
CreateLocalPath ( string remotePath ) : string |
Creates the corresponding local path.
|
|
CreateLocalPaths ( IDocument remoteDocument ) : List |
Creates the corresponding local paths.
|
|
CreateRemotePath ( |
Creates the remote pat.
|
|
CreateRemotePath ( |
Creates the corresponding remote path.
|
|
CreateRemotePath ( string localPath ) : string |
Creates the corresponding remote path.
|
|
GetRelativeLocalPath ( string localPath ) : string |
Gets the relative local path.
|
|
Matches ( IDirectoryInfo localFolder, IFolder remoteFolder ) : bool |
Matches the specified localPath and remotePath.
|
|
Matches ( string localPath, IFolder remoteFolder ) : bool |
Matches the specified localPath and remotePath.
|
|
Matches ( string localPath, string remotePath ) : bool |
Matches the specified localPath and remotePath.
|
|
PathMatcher ( string localTargetRootPath, string remoteTargetRootPath ) : System |
Initializes a new instance of the PathMatcher class.
|
public CanCreateLocalPath ( IDocument remoteDocument ) : bool | ||
remoteDocument | IDocument | Remote document. |
return | bool |
public CanCreateLocalPath ( IFolder remoteFolder ) : bool | ||
remoteFolder | IFolder | Remote folder. |
return | bool |
public CanCreateLocalPath ( string remotePath ) : bool | ||
remotePath | string | Remote path. |
return | bool |
public CanCreateRemotePath ( |
||
localDirectory | Local directory. | |
return | bool |
public CanCreateRemotePath ( |
||
localFile | Local file. | |
return | bool |
public CanCreateRemotePath ( string localPath ) : bool | ||
localPath | string | Local path. |
return | bool |
public CreateLocalPath ( IDocument remoteDocument ) : string | ||
remoteDocument | IDocument | Remote document. |
return | string |
public CreateLocalPath ( IFolder remoteFolder ) : string | ||
remoteFolder | IFolder | Remote folder. |
return | string |
public CreateLocalPath ( string remotePath ) : string | ||
remotePath | string | Remote path. |
return | string |
public CreateLocalPaths ( IDocument remoteDocument ) : List |
||
remoteDocument | IDocument | Remote document. |
return | List |
public CreateRemotePath ( |
||
localDirectory | Local directory. | |
return | string |
public CreateRemotePath ( |
||
localFile | Local file. | |
return | string |
public CreateRemotePath ( string localPath ) : string | ||
localPath | string | Local path. |
return | string |
public GetRelativeLocalPath ( string localPath ) : string | ||
localPath | string | Local path. |
return | string |
public Matches ( IDirectoryInfo localFolder, IFolder remoteFolder ) : bool | ||
localFolder | IDirectoryInfo | Local folder. |
remoteFolder | IFolder | Remote folder. |
return | bool |
public Matches ( string localPath, IFolder remoteFolder ) : bool | ||
localPath | string | Local path. |
remoteFolder | IFolder | Remote folder. |
return | bool |
public Matches ( string localPath, string remotePath ) : bool | ||
localPath | string | Local path. |
remotePath | string | Remote path. |
return | bool |
public PathMatcher ( string localTargetRootPath, string remoteTargetRootPath ) : System | ||
localTargetRootPath | string | Local target root path. |
remoteTargetRootPath | string | Remote target root path. |
return | System |