Uses of Class
org.apache.logging.log4j.docker.model.Mount
-
Packages that use Mount Package Description org.apache.logging.log4j.docker.model -
-
Uses of Mount in org.apache.logging.log4j.docker.model
Fields in org.apache.logging.log4j.docker.model with type parameters of type Mount Modifier and Type Field Description private java.util.List<Mount>
Container. mounts
Methods in org.apache.logging.log4j.docker.model that return types with arguments of type Mount Modifier and Type Method Description java.util.List<Mount>
Container. getMounts()
Method parameters in org.apache.logging.log4j.docker.model with type arguments of type Mount Modifier and Type Method Description void
Container. setMounts(java.util.List<Mount> mounts)
-