This enum defines the 3 kinds of files that the property plugin uses.
REQUIRED files must be present, or the build will fail immediately.
OPTIONAL files don't need to be present at any level.
ENVIRONMENT files are a special case. Only one needs to exist in the project hierarchy, and
only if the environment name is "local". This lets us scan files to make sure at least one was
present.
| Enum constant | Description |
|---|---|
ENVIRONMENT |
|
OPTIONAL |
|
REQUIRED |
| Methods inherited from class | Name |
|---|---|
class java.lang.Enum |
java.lang.Enum#name(), java.lang.Enum#equals(java.lang.Object), java.lang.Enum#toString(), java.lang.Enum#hashCode(), java.lang.Enum#compareTo(java.lang.Object), java.lang.Enum#compareTo(java.lang.Enum), java.lang.Enum#valueOf(java.lang.Class, java.lang.String), java.lang.Enum#getDeclaringClass(), java.lang.Enum#ordinal(), java.lang.Enum#wait(long), java.lang.Enum#wait(long, int), java.lang.Enum#wait(), java.lang.Enum#getClass(), java.lang.Enum#notify(), java.lang.Enum#notifyAll() |
Groovy Documentation