Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JDT
Release 3.5

org.eclipse.jdt.apt.core.util
Class AptPreferenceConstants


java.lang.Object
  extended by 
org.eclipse.jdt.apt.core.util.AptPreferenceConstants

public class AptPreferenceConstants
extends Object

String constants used to access APT preference store This class is not intended to be subclassed or instantiated.


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 PROCESSING_IN_EDITOR_DISABLED_OPTION
          Processors should report this option in AnnotationProcessorFactory.supportedOptions() in order to disable processing while editing, that is, during reconcile.
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

APT_STRING_BASE

public static final 
String APT_STRING_BASE
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_RECONCILEENABLED

public static final 
String APT_RECONCILEENABLED
See Also:
Constant Field Values

APT_PROCESSANNOTATIONS

public static final 
String APT_PROCESSANNOTATIONS
See Also:
Constant Field Values

APT_ENABLED

public static final 
String APT_ENABLED
See Also:
Constant Field Values

ENABLED

public static final 
String ENABLED
See Also:
Constant Field Values

DISABLED

public static final 
String DISABLED
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

RTTG_ENABLED_OPTION

public static final 
String RTTG_ENABLED_OPTION
Processors should report this option in AnnotationProcessorFactory.supportedOptions() in order to enable type generation while editing, that is, during reconcile. This setting will be ignored if the processor also reports PROCESSING_IN_EDITOR_DISABLED_OPTION.

See Also:
Constant Field Values

PROCESSING_IN_EDITOR_DISABLED_OPTION

public static final 
String PROCESSING_IN_EDITOR_DISABLED_OPTION
Processors should report this option in AnnotationProcessorFactory.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 of RTTG_ENABLED_OPTION will be ignored. Whether a processor is called during reconcile is also influenced by the project settings and the project factory path.

See Also:
AptConfig.setProcessDuringReconcile(org.eclipse.jdt.core.IJavaProject, boolean), 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.

Constructor Detail

AptPreferenceConstants

public AptPreferenceConstants()

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire