Enum Class WrapperNeo.PathBase

java.lang.Object
java.lang.Enum<WrapperNeo.PathBase>
org.glavo.gradle.wrapper.neo.plugin.WrapperNeo.PathBase
All Implemented Interfaces:
Serializable, Comparable<WrapperNeo.PathBase>, Constable
Enclosing class:
WrapperNeo

public static enum WrapperNeo.PathBase extends Enum<WrapperNeo.PathBase>
The base directory used for distribution and archive paths.
  • Enum Constant Details

    • GRADLE_USER_HOME

      public static final WrapperNeo.PathBase GRADLE_USER_HOME
      Resolve the path relative to the Gradle user home.
    • PROJECT

      public static final WrapperNeo.PathBase PROJECT
      Resolve the path relative to the project directory.
  • Method Details

    • values

      public static WrapperNeo.PathBase[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WrapperNeo.PathBase valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null