Enum Class AppPaths.BuildTool

java.lang.Object
java.lang.Enum<AppPaths.BuildTool>
org.drools.codegen.common.AppPaths.BuildTool
All Implemented Interfaces:
Serializable, Comparable<AppPaths.BuildTool>, Constable
Enclosing class:
AppPaths

public static enum AppPaths.BuildTool extends Enum<AppPaths.BuildTool>
  • Enum Constant Details

  • Field Details

    • OUTPUT_DIRECTORY

      public final String OUTPUT_DIRECTORY
    • GENERATED_SOURCES_PATH

      public final Path GENERATED_SOURCES_PATH
    • GENERATED_RESOURCES_PATH

      public final Path GENERATED_RESOURCES_PATH
    • GENERATED_TEST_RESOURCES_PATH

      public final Path GENERATED_TEST_RESOURCES_PATH
    • CLASSES_PATH

      public final Path CLASSES_PATH
    • TEST_CLASSES_PATH

      public final Path TEST_CLASSES_PATH
  • Method Details

    • values

      public static AppPaths.BuildTool[] 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 AppPaths.BuildTool 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
    • findBuildTool

      public static AppPaths.BuildTool findBuildTool()