Uses of Class
com.github.rvesse.airline.annotations.restrictions.PortType
-
Packages that use PortType Package Description com.github.rvesse.airline.annotations.restrictions -
-
Uses of PortType in com.github.rvesse.airline.annotations.restrictions
Methods in com.github.rvesse.airline.annotations.restrictions that return PortType Modifier and Type Method Description PortType[]acceptablePorts()The acceptable port types, defaults toPortType#OS_ALLOCATED,PortType#USERandPortType#DYNAMICstatic PortTypePortType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PortType[]PortType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-