public class MountPointsConfig
extends java.lang.Object
RemoteMount
.
The available settings:
Enabling of path translation
.
If true
, the given remote-to-local map
will be used to translate remote file paths.
If false
, no translation takes place and any given
mapping
will be
ignored.
Remote-to-local
map
.
Each entry
specifies how to translate a
remote path into a local one. If this array is null
or empty,
no translation takes place.
Modifier and Type | Class and Description |
---|---|
static class |
MountPointsConfig.RemoteToLocalMapping
Specifies how to map a remote file path into a local one.
|
Constructor and Description |
---|
MountPointsConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
MountPointsConfig.RemoteToLocalMapping[] |
getRemoteToLocalMap() |
int |
hashCode() |
boolean |
isEnableTranslation() |
void |
setEnableTranslation(boolean enableTranslation) |
void |
setRemoteToLocalMap(MountPointsConfig.RemoteToLocalMapping[] remoteToLocalMap) |
java.lang.String |
toString() |
public boolean isEnableTranslation()
public void setEnableTranslation(boolean enableTranslation)
public MountPointsConfig.RemoteToLocalMapping[] getRemoteToLocalMap()
public void setRemoteToLocalMap(MountPointsConfig.RemoteToLocalMapping[] remoteToLocalMap)
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