Enum Class LayerKind

java.lang.Object
java.lang.Enum<LayerKind>
io.micronaut.gradle.docker.model.LayerKind
All Implemented Interfaces:
Serializable, Comparable<LayerKind>, Constable

public enum LayerKind extends Enum<LayerKind>
  • Enum Constant Details

    • PROJECT_LIBS

      public static final LayerKind PROJECT_LIBS
    • SNAPSHOT_LIBS

      public static final LayerKind SNAPSHOT_LIBS
    • LIBS

      public static final LayerKind LIBS
    • APP

      public static final LayerKind APP
    • EXPANDED_RESOURCES

      public static final LayerKind EXPANDED_RESOURCES
  • Method Details

    • values

      public static LayerKind[] 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 LayerKind 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
    • targetDirName

      public String targetDirName()
    • sourceDirName

      public String sourceDirName()