Package org.eclipse.jdt.apt.core.util
Class AptPreferenceConstants
java.lang.Object
org.eclipse.jdt.apt.core.util.AptPreferenceConstants
String constants used to access APT preference store
This class is not intended to be subclassed or instantiated.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final int
Number of apt settings in the APT preference store.static final String[]
Names of all apt settings that can be read from APT preference store.static final String
Processors should report this option inAnnotationProcessorFactory.supportedOptions()
in order to disable processing while editing, that is, during reconcile.static final String
Processors should report this option inAnnotationProcessorFactory.supportedOptions()
in order to enable type generation while editing, that is, during reconcile. -
Constructor Summary
-
Method Summary
-
Field Details
-
APT_STRING_BASE
- See Also:
-
APT_GENSRCDIR
- See Also:
-
APT_GENTESTSRCDIR
- Since:
- 3.6
- See Also:
-
APT_PROCESSOROPTIONS
- See Also:
-
APT_RECONCILEENABLED
- See Also:
-
APT_PROCESSANNOTATIONS
- See Also:
-
APT_ENABLED
- See Also:
-
ENABLED
- See Also:
-
DISABLED
- See Also:
-
APT_NULLVALUE
- See Also:
-
DEFAULT_GENERATED_SOURCE_FOLDER_NAME
- See Also:
-
DEFAULT_GENERATED_TEST_SOURCE_FOLDER_NAME
- Since:
- 3.6
- See Also:
-
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:
-
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_OPTION
will be ignored. Whether a processor is called during reconcile is also influenced by the project settings and the project factory path. -
DEFAULT_OPTIONS_MAP
-
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 NSETTINGSNumber of apt settings in the APT preference store.
-
-
Constructor Details
-
AptPreferenceConstants
public AptPreferenceConstants()
-