Uses of Class
org.apache.logging.log4j.docker.model.PortDefinition
-
Packages that use PortDefinition Package Description org.apache.logging.log4j.docker.model -
-
Uses of PortDefinition in org.apache.logging.log4j.docker.model
Fields in org.apache.logging.log4j.docker.model with type parameters of type PortDefinition Modifier and Type Field Description private java.util.List<PortDefinition>Container. portsMethods in org.apache.logging.log4j.docker.model that return types with arguments of type PortDefinition Modifier and Type Method Description java.util.List<PortDefinition>Container. getPorts()Method parameters in org.apache.logging.log4j.docker.model with type arguments of type PortDefinition Modifier and Type Method Description voidContainer. setPorts(java.util.List<PortDefinition> ports)
-