Class Constants


  • public class Constants
    extends Object
    • Field Detail

      • PARAM_INHABITANT_TARGET_FILE

        public static final String PARAM_INHABITANT_TARGET_FILE
        This is the target inhabitants file built.

        Passed as a system property.

        See Also:
        Constant Field Values
      • PARAM_INHABITANT_SOURCE_FILE

        public static final String PARAM_INHABITANT_SOURCE_FILE
        This is the source inhabitants file read.

        Passed as a system property.

        See Also:
        Constant Field Values
      • PARAM_INHABITANTS_SOURCE_FILES

        public static final String PARAM_INHABITANTS_SOURCE_FILES
        This is the source files (jars | directories) to introspect and build a habitat for.

        Passed as a system property.

        See Also:
        Constant Field Values
      • PARAM_INHABITANTS_CLASSPATH

        public static final String PARAM_INHABITANTS_CLASSPATH
        This is the working classpath the introspection machinery will use to resolve referenced contracts and annotations. Without this you may see a bogus inhabitants file being generated. The indicator for this is a habitat with only class names and missing indicies.

        Passed as a system property.

        See Also:
        Constant Field Values
      • PARAM_INHABITANTS_SORTED

        public static final String PARAM_INHABITANTS_SORTED
        Set to true if the inhabitants should be sorted

        Passed as a system property.

        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()