Class Env

java.lang.Object
org.wildfly.glow.Env
All Implemented Interfaces:
Comparable<Env>

public class Env extends Object implements Comparable<Env>
Author:
jdenise
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • getDescription

      public String getDescription()
      Returns:
      the description
    • isRuntime

      public Boolean isRuntime()
      Returns:
      the runtime
    • isProperty

      public Boolean isProperty()
      Returns:
      the property
    • isRequired

      public Boolean isRequired()
      Returns:
      the required
    • compareTo

      public int compareTo(Env env)
      Specified by:
      compareTo in interface Comparable<Env>