|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectorg.gradle.api.PathValidation
enum PathValidation
An enumeration for describing validation policies for file paths.
Enum Constant Summary | |
---|---|
DIRECTORY
|
|
EXISTS
|
|
FILE
|
|
NONE
|
Method Summary | |
---|---|
PathValidation
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
PathValidation[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Enum Constant Detail |
---|
PathValidation DIRECTORY
PathValidation EXISTS
PathValidation FILE
PathValidation NONE
Method Detail |
---|
PathValidation valueOf(java.lang.String name)
PathValidation[] values()
Groovy Documentation