org.netbeans.modules.java.api.common.project
Class ProjectProperties
java.lang.Object
org.netbeans.modules.java.api.common.project.ProjectProperties
public final class ProjectProperties
- extends Object
Helper class. Defines constants for properties. Knows the proper
place where to store the properties.
- Since:
- org.netbeans.modules.java.api.common/1 1.5
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANNOTATION_PROCESSING_ENABLED
public static final String ANNOTATION_PROCESSING_ENABLED
- Since:
- org.netbeans.modules.java.api.common/0 1.14
- See Also:
- Constant Field Values
ANNOTATION_PROCESSING_ENABLED_IN_EDITOR
public static final String ANNOTATION_PROCESSING_ENABLED_IN_EDITOR
- Since:
- org.netbeans.modules.java.api.common/0 1.14
- See Also:
- Constant Field Values
ANNOTATION_PROCESSING_RUN_ALL_PROCESSORS
public static final String ANNOTATION_PROCESSING_RUN_ALL_PROCESSORS
- Since:
- org.netbeans.modules.java.api.common/0 1.14
- See Also:
- Constant Field Values
ANNOTATION_PROCESSING_PROCESSORS_LIST
public static final String ANNOTATION_PROCESSING_PROCESSORS_LIST
- Since:
- org.netbeans.modules.java.api.common/0 1.14
- See Also:
- Constant Field Values
ANNOTATION_PROCESSING_SOURCE_OUTPUT
public static final String ANNOTATION_PROCESSING_SOURCE_OUTPUT
- Since:
- org.netbeans.modules.java.api.common/0 1.14
- See Also:
- Constant Field Values
ANNOTATION_PROCESSING_PROCESSOR_OPTIONS
public static final String ANNOTATION_PROCESSING_PROCESSOR_OPTIONS
- Since:
- org.netbeans.modules.java.api.common/0 1.15
- See Also:
- Constant Field Values
JAVAC_CLASSPATH
public static final String JAVAC_CLASSPATH
- See Also:
- Constant Field Values
JAVAC_PROCESSORPATH
public static final String JAVAC_PROCESSORPATH
- Since:
- org.netbeans.modules.java.api.common/0 1.14
- See Also:
- Constant Field Values
JAVAC_TEST_CLASSPATH
public static final String JAVAC_TEST_CLASSPATH
- See Also:
- Constant Field Values
RUN_CLASSPATH
public static final String RUN_CLASSPATH
- See Also:
- Constant Field Values
RUN_TEST_CLASSPATH
public static final String RUN_TEST_CLASSPATH
- See Also:
- Constant Field Values
BUILD_CLASSES_DIR
public static final String BUILD_CLASSES_DIR
- See Also:
- Constant Field Values
BUILD_TEST_CLASSES_DIR
public static final String BUILD_TEST_CLASSES_DIR
- See Also:
- Constant Field Values
ENDORSED_CLASSPATH
public static final String ENDORSED_CLASSPATH
- See Also:
- Constant Field Values
WELL_KNOWN_PATHS
public static final String[] WELL_KNOWN_PATHS
ANT_ARTIFACT_PREFIX
public static final String ANT_ARTIFACT_PREFIX
- See Also:
- Constant Field Values
ICON_JAR
public static ImageIcon ICON_JAR
ICON_LIBRARY
public static ImageIcon ICON_LIBRARY
ICON_ARTIFACT
public static ImageIcon ICON_ARTIFACT
ICON_BROKEN_BADGE
public static ImageIcon ICON_BROKEN_BADGE
ICON_JAVADOC_BADGE
public static ImageIcon ICON_JAVADOC_BADGE
ICON_SOURCE_BADGE
public static ImageIcon ICON_SOURCE_BADGE
ICON_CLASSPATH
public static ImageIcon ICON_CLASSPATH
INCLUDES
public static final String INCLUDES
- See Also:
- Constant Field Values
EXCLUDES
public static final String EXCLUDES
- See Also:
- Constant Field Values
RUN_JVM_ARGS
public static final String RUN_JVM_ARGS
- See Also:
- Constant Field Values
RUNTIME_ENCODING
public static final String RUNTIME_ENCODING
- See Also:
- Constant Field Values
BUILD_DIR
public static final String BUILD_DIR
- See Also:
- Constant Field Values
MAIN_CLASS
public static final String MAIN_CLASS
- See Also:
- Constant Field Values
APPLICATION_ARGS
public static final String APPLICATION_ARGS
- See Also:
- Constant Field Values
RUN_WORK_DIR
public static final String RUN_WORK_DIR
- See Also:
- Constant Field Values
SYSTEM_PROPERTIES_RUN_PREFIX
public static final String SYSTEM_PROPERTIES_RUN_PREFIX
- See Also:
- Constant Field Values
SYSTEM_PROPERTIES_TEST_PREFIX
public static final String SYSTEM_PROPERTIES_TEST_PREFIX
- See Also:
- Constant Field Values
PROP_PROJECT_CONFIGURATION_CONFIG
public static final String PROP_PROJECT_CONFIGURATION_CONFIG
- See Also:
- Constant Field Values
DO_DEPEND
public static final String DO_DEPEND
- Since:
- org.netbeans.modules.java.j2seproject/1 1.12
- See Also:
- Constant Field Values
DO_JAR
public static final String DO_JAR
- Since:
- org.netbeans.modules.java.j2seproject/1 1.12
- See Also:
- Constant Field Values
COMPILE_ON_SAVE
public static final String COMPILE_ON_SAVE
- Since:
- org.netbeans.modules.java.j2seproject/1 1.21
- See Also:
- Constant Field Values
COMPILE_ON_SAVE_UNSUPPORTED_PREFIX
public static final String COMPILE_ON_SAVE_UNSUPPORTED_PREFIX
- Since:
- org.netbeans.modules.java.j2seproject/1 1.19
- See Also:
- Constant Field Values
TRACK_FILE_CHANGES
public static final String TRACK_FILE_CHANGES
- See Also:
- Constant Field Values
ProjectProperties
public ProjectProperties()