Package org.eclipse.jdt.apt.core.util
Class AptPreferenceConstants
- java.lang.Object
-
- org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
public class AptPreferenceConstants extends java.lang.ObjectString constants used to access APT preference store This class is not intended to be subclassed or instantiated.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAPT_ENABLEDstatic java.lang.StringAPT_GENSRCDIRstatic java.lang.StringAPT_GENTESTSRCDIRstatic java.lang.StringAPT_NULLVALUEstatic java.lang.StringAPT_PROCESSANNOTATIONSstatic java.lang.StringAPT_PROCESSOROPTIONSstatic java.lang.StringAPT_RECONCILEENABLEDstatic java.lang.StringAPT_STRING_BASEstatic java.lang.StringDEFAULT_GENERATED_SOURCE_FOLDER_NAMEstatic java.lang.StringDEFAULT_GENERATED_TEST_SOURCE_FOLDER_NAMEstatic java.util.Map<java.lang.String,java.lang.String>DEFAULT_OPTIONS_MAPstatic java.lang.StringDISABLEDstatic java.lang.StringENABLEDstatic intNSETTINGSNumber of apt settings in the APT preference store.static java.lang.String[]OPTION_NAMESNames of all apt settings that can be read from APT preference store.static java.lang.StringPROCESSING_IN_EDITOR_DISABLED_OPTIONProcessors should report this option inAnnotationProcessorFactory.supportedOptions()in order to disable processing while editing, that is, during reconcile.static java.lang.StringRTTG_ENABLED_OPTIONProcessors should report this option inAnnotationProcessorFactory.supportedOptions()in order to enable type generation while editing, that is, during reconcile.
-
Constructor Summary
Constructors Constructor Description AptPreferenceConstants()
-
-
-
Field Detail
-
APT_STRING_BASE
public static final java.lang.String APT_STRING_BASE
- See Also:
- Constant Field Values
-
APT_GENSRCDIR
public static final java.lang.String APT_GENSRCDIR
- See Also:
- Constant Field Values
-
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
-
APT_ENABLED
public static final java.lang.String APT_ENABLED
- See Also:
- Constant Field Values
-
ENABLED
public static final java.lang.String ENABLED
- See Also:
- Constant Field Values
-
DISABLED
public static final java.lang.String DISABLED
- See Also:
- Constant Field Values
-
APT_NULLVALUE
public static final java.lang.String APT_NULLVALUE
- 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
-
RTTG_ENABLED_OPTION
public static final java.lang.String RTTG_ENABLED_OPTION
Processors should report this option inAnnotationProcessorFactory.supportedOptions()in order to enable type generation while editing, that is, during reconcile. This setting will be ignored if the processor also reportsPROCESSING_IN_EDITOR_DISABLED_OPTION.- See Also:
- Constant Field Values
-
PROCESSING_IN_EDITOR_DISABLED_OPTION
public static final java.lang.String PROCESSING_IN_EDITOR_DISABLED_OPTION
Processors should report this option inAnnotationProcessorFactory.supportedOptions()in order to disable processing while editing, that is, during reconcile. If this option is set, ie if processing is disabled, then the value ofRTTG_ENABLED_OPTIONwill be ignored. Whether a processor is called during reconcile is also influenced by the project settings and the project factory path.
-
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.
-
-