| Package | Description |
|---|---|
| com.github.rvesse.airline.annotations.restrictions | |
| com.github.rvesse.airline.restrictions.common |
| Modifier and Type | Method and Description |
|---|---|
static PathKind |
PathKind.valueOf(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.
|
| Constructor and Description |
|---|
PathRestriction(boolean mustExist,
boolean readable,
boolean writable,
boolean executable,
PathKind kind)
Creates a new path restriction
|
Copyright © 2012–2022. All rights reserved.