public static class MountPointsConfig.RemoteToLocalMapping
extends java.lang.Object
Remote base path.
A file URI
specifying a host and a directory path on that host.
Local base path.
The local directory path to use to rebase remote paths having a
prefix equal to the remote base
path.
Constructor and Description |
---|
RemoteToLocalMapping() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getLocalBasePath() |
java.lang.String |
getRemoteBaseUri() |
int |
hashCode() |
void |
setLocalBasePath(java.lang.String localBasePath) |
void |
setRemoteBaseUri(java.lang.String remoteBaseUri) |
java.lang.String |
toString() |
public java.lang.String getRemoteBaseUri()
public void setRemoteBaseUri(java.lang.String remoteBaseUri)
public java.lang.String getLocalBasePath()
public void setLocalBasePath(java.lang.String localBasePath)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object