public class SimpleDockerMapper extends BasicDockerMapper
Constructor and Description |
---|
SimpleDockerMapper() |
Modifier and Type | Method and Description |
---|---|
String |
builtForVersion()
The BioLockJ version that a class was built for and tested with.
|
protected String |
formatHostPath(String path)
Given a path as it appears in the Docker inspect Mount host info, convert the path to a form suitable for the map as a key.
|
String |
version()
Changes to a mapper class should be accompanied by a increment in version.
|
asInnerPath, asOuterPath, formatConfigPath, formatInnerPath, getDockerInfoCmd, getMap, isParentDir, makeVolMap
public SimpleDockerMapper() throws DockerVolCreationException
DockerVolCreationException
public String version()
DockerMountMapper
public String builtForVersion()
DockerMountMapper
protected String formatHostPath(String path)
BasicDockerMapper
formatHostPath
in class BasicDockerMapper
path
- A path taken from the host part of a Mount entry in the docker info.