|
Eclipse JDT Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.apt.core.util.AptPreferenceConstants
public class AptPreferenceConstants
String constants used to access APT preference store
Field Summary | |
---|---|
static String |
APT_ENABLED
|
static String |
APT_GENSRCDIR
|
static String |
APT_NULLVALUE
|
static String |
APT_PROCESSANNOTATIONS
|
static String |
APT_PROCESSOROPTIONS
|
static String |
APT_RECONCILEENABLED
|
static String |
APT_STRING_BASE
|
static String |
DEFAULT_GENERATED_SOURCE_FOLDER_NAME
|
static Map<String,String> |
DEFAULT_OPTIONS_MAP
|
static String |
DISABLED
|
static String |
ENABLED
|
static int |
NSETTINGS
Number of apt settings in the APT preference store. |
static String[] |
OPTION_NAMES
Names of all apt settings that can be read from APT preference store. |
static String |
RTTG_ENABLED_OPTION
Processors should report this option in AnnotationProcessorFactory.supportedOptions()
in order to enable type generation while editing, that is, during reconcile. |
Constructor Summary | |
---|---|
AptPreferenceConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String APT_STRING_BASE
public static final String APT_GENSRCDIR
public static final String APT_PROCESSOROPTIONS
public static final String APT_RECONCILEENABLED
public static final String APT_PROCESSANNOTATIONS
public static final String APT_ENABLED
public static final String ENABLED
public static final String DISABLED
public static final String APT_NULLVALUE
public static final String DEFAULT_GENERATED_SOURCE_FOLDER_NAME
public static final String RTTG_ENABLED_OPTION
AnnotationProcessorFactory.supportedOptions()
in order to enable type generation while editing, that is, during reconcile.
public static Map<String,String> DEFAULT_OPTIONS_MAP
public static final String[] OPTION_NAMES
public static final int NSETTINGS
Constructor Detail |
---|
public AptPreferenceConstants()
|
Eclipse JDT Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |