org.netbeans.api.java/1 1.33.1

org.netbeans.api.java.classpath
Class JavaClassPathConstants

java.lang.Object
  extended by org.netbeans.api.java.classpath.JavaClassPathConstants

public class JavaClassPathConstants
extends Object

Java related classpath constants.

Since:
1.22

Field Summary
static String PROCESSOR_PATH
          ClassPath for annotation processors.
 
Constructor Summary
JavaClassPathConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESSOR_PATH

public static final String PROCESSOR_PATH
ClassPath for annotation processors. If undefined, ClassPath.COMPILE should be used.

It corresponds to the -processorpath option of javac.

Since:
1.22
See Also:
Constant Field Values
Constructor Detail

JavaClassPathConstants

public JavaClassPathConstants()

org.netbeans.api.java/1 1.33.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.