Uses of Package
com.github.rvesse.airline.restrictions.common
-
Classes in com.github.rvesse.airline.restrictions.common used by com.github.rvesse.airline.annotations.restrictions Class Description PortRange Interface for port ranges, useful if you want to use thePortRestriction
with a custom port range implementation -
Classes in com.github.rvesse.airline.restrictions.common used by com.github.rvesse.airline.restrictions.common Class Description AbstractAllowedValuesRestriction AbstractLocaleAndCaseStringRestriction An abstract string restriction that needs a locale and case sensitivity flagAbstractStringRestriction Abstract restrictions on string values for options and argumentsPortRange Interface for port ranges, useful if you want to use thePortRestriction
with a custom port range implementationRangeRestriction A restriction that requires the value (after type conversion) to be within a given rangeStartsWithRestriction A restriction that requires raw values to start with one of a set of prefixes -
Classes in com.github.rvesse.airline.restrictions.common used by com.github.rvesse.airline.restrictions.factories Class Description OccurrencesRestriction PathRestriction Implements restriction on options and arguments that expect to receive a path to a file and/or directoryPortRange Interface for port ranges, useful if you want to use thePortRestriction
with a custom port range implementationPortRestriction RangeRestriction A restriction that requires the value (after type conversion) to be within a given range