Uses of Class
adams.core.base.DockerDirectoryMapping
-
Packages that use DockerDirectoryMapping Package Description adams.docker adams.flow.standalone -
-
Uses of DockerDirectoryMapping in adams.docker
Methods in adams.docker with parameters of type DockerDirectoryMapping Modifier and Type Method Description static boolean
SimpleDockerHelper. addMapping(List<DockerDirectoryMapping> mappings, DockerDirectoryMapping newMapping)
Adds the mapping, if possible.static String
SimpleDockerHelper. canAddMapping(List<DockerDirectoryMapping> mappings, DockerDirectoryMapping newMapping)
Checks whether a mapping can be added to the current list of directory mappings.Method parameters in adams.docker with type arguments of type DockerDirectoryMapping Modifier and Type Method Description static boolean
SimpleDockerHelper. addMapping(List<DockerDirectoryMapping> mappings, DockerDirectoryMapping newMapping)
Adds the mapping, if possible.static String
SimpleDockerHelper. canAddMapping(List<DockerDirectoryMapping> mappings, DockerDirectoryMapping newMapping)
Checks whether a mapping can be added to the current list of directory mappings.static String
SimpleDockerHelper. toContainerPath(List<DockerDirectoryMapping> mappings, String path)
Translates the local path into a container path.static String[]
SimpleDockerHelper. toContainerPaths(List<DockerDirectoryMapping> mappings, String[] paths)
Translates the local paths into container paths. -
Uses of DockerDirectoryMapping in adams.flow.standalone
Fields in adams.flow.standalone declared as DockerDirectoryMapping Modifier and Type Field Description protected DockerDirectoryMapping[]
SimpleDockerConnection. m_DirMappings
the directory mappings to use.protected DockerDirectoryMapping[]
SimpleDockerConnection. m_ExpandedDirMappings
the expanded directory mappings in use.Methods in adams.flow.standalone that return DockerDirectoryMapping Modifier and Type Method Description DockerDirectoryMapping[]
SimpleDockerConnection. getDirMappings()
Returns the directory mappings to make available to the actual docker commands.DockerDirectoryMapping[]
SimpleDockerConnection. getExpandedDirMappings()
Returns the directory mappings to make available to the actual docker commands, with any variables (local and container) and placeholders (local only) expanded.Methods in adams.flow.standalone with parameters of type DockerDirectoryMapping Modifier and Type Method Description void
SimpleDockerConnection. setDirMappings(DockerDirectoryMapping[] value)
Sets the directory mappings to make available to the actual docker commands.
-