Uses of Interface
com.github.rvesse.airline.restrictions.common.PortRange
Packages that use PortRange
Package
Description
-
Uses of PortRange in com.github.rvesse.airline.annotations.restrictions
Classes in com.github.rvesse.airline.annotations.restrictions that implement PortRangeMethods in com.github.rvesse.airline.annotations.restrictions with parameters of type PortRangeMethod parameters in com.github.rvesse.airline.annotations.restrictions with type arguments of type PortRangeModifier and TypeMethodDescriptionstatic String
PortType.toRangesString
(Set<PortRange> acceptablePorts) Gets a string denoting all the acceptable port ranges -
Uses of PortRange in com.github.rvesse.airline.restrictions.common
Classes in com.github.rvesse.airline.restrictions.common that implement PortRangeFields in com.github.rvesse.airline.restrictions.common with type parameters of type PortRangeMethods in com.github.rvesse.airline.restrictions.common with parameters of type PortRangeModifier and TypeMethodDescriptionint
boolean
Gets whether the port range contains another port range i.e.boolean
Constructors in com.github.rvesse.airline.restrictions.common with parameters of type PortRange -
Uses of PortRange in com.github.rvesse.airline.restrictions.factories
Methods in com.github.rvesse.airline.restrictions.factories that return PortRangeModifier and TypeMethodDescriptionprotected final PortRange
PortRestrictionFactory.createRange
(PortRange rangeAnnotation) Methods in com.github.rvesse.airline.restrictions.factories with parameters of type PortRangeModifier and TypeMethodDescriptionprotected final PortRestriction
PortRestrictionFactory.createCommon
(PortRange... ranges)