C# Class CmisSync.Lib.PathRepresentationConverter

Path representation converter.
ファイルを表示 Open project: aegif/CmisSync Class Usage Examples

Public Methods

Method Description
LocalToRemote ( string localPath ) : string
RemoteToLocal ( string remotePath ) : string
SetConverter ( IPathRepresentationConverter converter ) : void

Method Details

LocalToRemote() static public method

static public LocalToRemote ( string localPath ) : string
localPath string
return string

RemoteToLocal() static public method

static public RemoteToLocal ( string remotePath ) : string
remotePath string
return string

SetConverter() static public method

static public SetConverter ( IPathRepresentationConverter converter ) : void
converter IPathRepresentationConverter
return void