org.eclipse.jdt.apt.core.util
Class AptPreferenceConstants
java.lang.Object
org.eclipse.jdt.apt.core.util.AptPreferenceConstants
public class AptPreferenceConstants
- extends Object
String constants used to access APT preference store
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APT_STRING_BASE
public static final String APT_STRING_BASE
- See Also:
- Constant Field Values
APT_ENABLED
public static final String APT_ENABLED
- See Also:
- Constant Field Values
APT_GENSRCDIR
public static final String APT_GENSRCDIR
- See Also:
- Constant Field Values
APT_PROCESSOROPTIONS
public static final String APT_PROCESSOROPTIONS
- See Also:
- Constant Field Values
APT_NULLVALUE
public static final String APT_NULLVALUE
- See Also:
- Constant Field Values
DEFAULT_GENERATED_SOURCE_FOLDER_NAME
public static final String DEFAULT_GENERATED_SOURCE_FOLDER_NAME
- See Also:
- Constant Field Values
DEFAULT_OPTIONS_MAP
public static Map<String,String> DEFAULT_OPTIONS_MAP
OPTION_NAMES
public static final 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.
AptPreferenceConstants
public AptPreferenceConstants()
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.