org.netbeans.modules.java.api.common/0 1.37

org.netbeans.modules.java.api.common.project
Class ProjectProperties

java.lang.Object
  extended by 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

Field Summary
static String ANNOTATION_PROCESSING_ENABLED
           
static String ANNOTATION_PROCESSING_ENABLED_IN_EDITOR
           
static String ANNOTATION_PROCESSING_PROCESSOR_OPTIONS
           
static String ANNOTATION_PROCESSING_PROCESSORS_LIST
           
static String ANNOTATION_PROCESSING_RUN_ALL_PROCESSORS
           
static String ANNOTATION_PROCESSING_SOURCE_OUTPUT
           
static String ANT_ARTIFACT_PREFIX
           
static String APPLICATION_ARGS
           
static String BUILD_CLASSES_DIR
           
static String BUILD_DIR
           
static String BUILD_TEST_CLASSES_DIR
           
static String COMPILE_ON_SAVE
           
static String COMPILE_ON_SAVE_UNSUPPORTED_PREFIX
           
static String DO_DEPEND
           
static String DO_JAR
           
static String ENDORSED_CLASSPATH
           
static String EXCLUDES
           
static ImageIcon ICON_ARTIFACT
           
static ImageIcon ICON_BROKEN_BADGE
           
static ImageIcon ICON_CLASSPATH
           
static ImageIcon ICON_JAR
           
static ImageIcon ICON_JAVADOC_BADGE
           
static ImageIcon ICON_LIBRARY
           
static ImageIcon ICON_SOURCE_BADGE
           
static String INCLUDES
           
static String JAVAC_CLASSPATH
           
static String JAVAC_PROCESSORPATH
           
static String JAVAC_TEST_CLASSPATH
           
static String MAIN_CLASS
           
static String PROP_PROJECT_CONFIGURATION_CONFIG
           
static String RUN_CLASSPATH
           
static String RUN_JVM_ARGS
           
static String RUN_TEST_CLASSPATH
           
static String RUN_WORK_DIR
           
static String RUNTIME_ENCODING
           
static String SYSTEM_PROPERTIES_RUN_PREFIX
           
static String SYSTEM_PROPERTIES_TEST_PREFIX
           
static String TRACK_FILE_CHANGES
           
static String[] WELL_KNOWN_PATHS
           
 
Constructor Summary
ProjectProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ProjectProperties

public ProjectProperties()

org.netbeans.modules.java.api.common/0 1.37

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.