Class Keys


  • public final class Keys
    extends Object
    • Field Detail

      • DEVELOPMENT

        public static final Key<Boolean> DEVELOPMENT
        Indicates whether the target environment is a development environment.

        The implementation may choose to interpret this flag in any number of ways. For example, it may disable certain behaviour in a development environment; or even change the way it handles some behaviour entirely.

      • VERSION

        public static final Key<String> VERSION
      • BASE_DIRECTORY

        public static final Key<Path> BASE_DIRECTORY
      • PLUGIN_DIRECTORIES

        public static final Key<List<Path>> PLUGIN_DIRECTORIES