Uses of Class
com.github.rvesse.airline.annotations.restrictions.PathKind
-
Packages that use PathKind Package Description com.github.rvesse.airline.annotations.restrictions com.github.rvesse.airline.restrictions.common -
-
Uses of PathKind in com.github.rvesse.airline.annotations.restrictions
Methods in com.github.rvesse.airline.annotations.restrictions that return PathKind Modifier and Type Method Description PathKind
kind()
Gets/Sets the kind of file that is expectedstatic PathKind
PathKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PathKind[]
PathKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PathKind in com.github.rvesse.airline.restrictions.common
Fields in com.github.rvesse.airline.restrictions.common declared as PathKind Modifier and Type Field Description private PathKind
PathRestriction. kind
Constructors in com.github.rvesse.airline.restrictions.common with parameters of type PathKind Constructor Description PathRestriction(boolean mustExist, boolean readable, boolean writable, boolean executable, PathKind kind)
Creates a new path restriction
-