Class AptPreferenceConstants


  • public class AptPreferenceConstants
    extends java.lang.Object
    String constants used to access APT preference store This class is not intended to be subclassed or instantiated.
    • Field Detail

      • APT_GENTESTSRCDIR

        public static final java.lang.String APT_GENTESTSRCDIR
        Since:
        3.6
        See Also:
        Constant Field Values
      • APT_PROCESSOROPTIONS

        public static final java.lang.String APT_PROCESSOROPTIONS
        See Also:
        Constant Field Values
      • APT_RECONCILEENABLED

        public static final java.lang.String APT_RECONCILEENABLED
        See Also:
        Constant Field Values
      • APT_PROCESSANNOTATIONS

        public static final java.lang.String APT_PROCESSANNOTATIONS
        See Also:
        Constant Field Values
      • DEFAULT_GENERATED_SOURCE_FOLDER_NAME

        public static final java.lang.String DEFAULT_GENERATED_SOURCE_FOLDER_NAME
        See Also:
        Constant Field Values
      • DEFAULT_GENERATED_TEST_SOURCE_FOLDER_NAME

        public static final java.lang.String DEFAULT_GENERATED_TEST_SOURCE_FOLDER_NAME
        Since:
        3.6
        See Also:
        Constant Field Values
      • DEFAULT_OPTIONS_MAP

        public static java.util.Map<java.lang.String,​java.lang.String> DEFAULT_OPTIONS_MAP
      • OPTION_NAMES

        public static final java.lang.String[] OPTION_NAMES
        Names of all apt settings that can be read from APT preference store. Order is unimportant. Note that not all "apt settings" may be in the APT preference store - for instance, the factory path is kept in a separate file. This list only applies to the information available from IPreferencesService. See AptConfig for usage.
      • NSETTINGS

        public static final int NSETTINGS
        Number of apt settings in the APT preference store.
    • Constructor Detail

      • AptPreferenceConstants

        public AptPreferenceConstants()