|
org.netbeans.modules.java.api.common/0 1.37 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.java.api.common.classpath.ClassPathProviderImpl
public final class ClassPathProviderImpl
Defines the various class paths for a J2SE project.
| Constructor Summary | |
|---|---|
ClassPathProviderImpl(AntProjectHelper helper,
PropertyEvaluator evaluator,
SourceRoots sourceRoots,
SourceRoots testSourceRoots)
|
|
ClassPathProviderImpl(AntProjectHelper helper,
PropertyEvaluator evaluator,
SourceRoots sourceRoots,
SourceRoots testSourceRoots,
String buildClassesDir,
String distJar,
String buildTestClassesDir,
String[] javacClasspath,
String[] javacTestClasspath,
String[] runClasspath,
String[] runTestClasspath)
|
|
ClassPathProviderImpl(AntProjectHelper helper,
PropertyEvaluator evaluator,
SourceRoots sourceRoots,
SourceRoots testSourceRoots,
String buildClassesDir,
String distJar,
String buildTestClassesDir,
String[] javacClasspath,
String[] javacTestClasspath,
String[] runClasspath,
String[] runTestClasspath,
String[] endorsedClasspath)
Constructor allowing customization of endorsedClasspath property names. |
|
ClassPathProviderImpl(AntProjectHelper helper,
PropertyEvaluator evaluator,
SourceRoots sourceRoots,
SourceRoots testSourceRoots,
String buildClassesDir,
String distJar,
String buildTestClassesDir,
String[] javacClasspath,
String[] processorPath,
String[] javacTestClasspath,
String[] runClasspath,
String[] runTestClasspath,
String[] endorsedClasspath)
Constructor allowing customization of processorPath. |
|
| Method Summary | |
|---|---|
ClassPath |
findClassPath(FileObject file,
String type)
|
ClassPath[] |
getProjectClassPaths(String type)
Returns array of all classpaths of the given type in the project. |
ClassPath |
getProjectSourcesClassPath(String type)
Returns the given type of the classpath for the project sources (i.e., excluding tests roots). |
String[] |
getPropertyName(SourceGroup sg,
String type)
|
String[] |
getPropertyName(SourceRoots roots,
String type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassPathProviderImpl(AntProjectHelper helper,
PropertyEvaluator evaluator,
SourceRoots sourceRoots,
SourceRoots testSourceRoots)
public ClassPathProviderImpl(AntProjectHelper helper,
PropertyEvaluator evaluator,
SourceRoots sourceRoots,
SourceRoots testSourceRoots,
String buildClassesDir,
String distJar,
String buildTestClassesDir,
String[] javacClasspath,
String[] javacTestClasspath,
String[] runClasspath,
String[] runTestClasspath)
public ClassPathProviderImpl(AntProjectHelper helper,
PropertyEvaluator evaluator,
SourceRoots sourceRoots,
SourceRoots testSourceRoots,
String buildClassesDir,
String distJar,
String buildTestClassesDir,
String[] javacClasspath,
String[] javacTestClasspath,
String[] runClasspath,
String[] runTestClasspath,
String[] endorsedClasspath)
public ClassPathProviderImpl(AntProjectHelper helper,
PropertyEvaluator evaluator,
SourceRoots sourceRoots,
SourceRoots testSourceRoots,
String buildClassesDir,
String distJar,
String buildTestClassesDir,
String[] javacClasspath,
String[] processorPath,
String[] javacTestClasspath,
String[] runClasspath,
String[] runTestClasspath,
String[] endorsedClasspath)
| Method Detail |
|---|
public ClassPath findClassPath(FileObject file,
String type)
findClassPath in interface ClassPathProviderpublic ClassPath[] getProjectClassPaths(String type)
public ClassPath getProjectSourcesClassPath(String type)
public String[] getPropertyName(SourceRoots roots,
String type)
public String[] getPropertyName(SourceGroup sg,
String type)
|
org.netbeans.modules.java.api.common/0 1.37 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||