Uses of Interface
com.github.rvesse.airline.restrictions.common.PortRange
-
Packages that use PortRange Package Description com.github.rvesse.airline.annotations.restrictions com.github.rvesse.airline.restrictions.common com.github.rvesse.airline.restrictions.factories -
-
Uses of PortRange in com.github.rvesse.airline.annotations.restrictions
Classes in com.github.rvesse.airline.annotations.restrictions that implement PortRange Modifier and Type Class Description classPortTypePort typesMethods in com.github.rvesse.airline.annotations.restrictions with parameters of type PortRange Modifier and Type Method Description booleanPortType. contains(PortRange other)Method parameters in com.github.rvesse.airline.annotations.restrictions with type arguments of type PortRange Modifier and Type Method Description static java.lang.StringPortType. toRangesString(java.util.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 PortRange Modifier and Type Class Description classPortRangeImplConcrete implementation of a port rangeFields in com.github.rvesse.airline.restrictions.common with type parameters of type PortRange Modifier and Type Field Description private java.util.Set<PortRange>PortRestriction. acceptablePortsMethods in com.github.rvesse.airline.restrictions.common with parameters of type PortRange Modifier and Type Method Description intPortRangeImpl. compareTo(PortRange other)booleanPortRange. contains(PortRange other)Gets whether the port range contains another port range i.e.booleanPortRangeImpl. contains(PortRange other)Constructors in com.github.rvesse.airline.restrictions.common with parameters of type PortRange Constructor Description PortRestriction(PortRange... portRanges) -
Uses of PortRange in com.github.rvesse.airline.restrictions.factories
Methods in com.github.rvesse.airline.restrictions.factories that return PortRange Modifier and Type Method Description protected PortRangePortRestrictionFactory. createRange(PortRange rangeAnnotation)Methods in com.github.rvesse.airline.restrictions.factories with parameters of type PortRange Modifier and Type Method Description protected PortRestrictionPortRestrictionFactory. createCommon(PortRange... ranges)
-