public interface DockerMountMapper extends PathMapper
Modifier and Type | Method and Description |
---|---|
String |
asInnerPath(String path)
Convert path to inner path form.
|
String |
asOuterPath(String path)
Convert path to outer path form.
|
String |
builtForVersion()
The BioLockJ version that a class was built for and tested with.
|
TreeMap<String,String> |
getMap()
The map at represents the connection of inner path to outer path.
|
String |
version()
Changes to a mapper class should be accompanied by a increment in version.
|
TreeMap<String,String> getMap() throws DockerVolCreationException
getMap
in interface PathMapper
DockerVolCreationException
String asInnerPath(String path) throws DockerVolCreationException
asInnerPath
in interface PathMapper
path
- A path represented as a String, representing the outer path formDockerVolCreationException
String asOuterPath(String path) throws DockerVolCreationException
asOuterPath
in interface PathMapper
path
- A path represented as a String, representing the inner path formDockerVolCreationException
String version()
String builtForVersion()