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
Methods in org.apache.logging.log4j.docker.model that return types with arguments of type PortDefinition Modifier and Type Method Description List<PortDefinition>
Container. getPorts()
Method parameters in org.apache.logging.log4j.docker.model with type arguments of type PortDefinition Modifier and Type Method Description void
Container. setPorts(List<PortDefinition> ports)
-