|
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.ClassPathSupportFactory
public final class ClassPathSupportFactory
Support class for creating different types of classpath related implementations.
| Method Summary | |
|---|---|
static ClassPathImplementation |
createBootClassPathImplementation(PropertyEvaluator evaluator)
Creates implementation of BOOT classpath based on project's platform.active
property. |
static ClassPathImplementation |
createBootClassPathImplementation(PropertyEvaluator evaluator,
ClassPath endorsedClassPath)
Creates implementation of BOOT classpath based on project's platform.active
property and given endorsed classpath which will have precedence of platform classpath. |
static ClassPathImplementation |
createSourcePathImplementation(SourceRoots sourceRoots,
AntProjectHelper projectHelper,
PropertyEvaluator evaluator)
Creates implementation of SOURCE classpath for given source roots and project assuming build classes folder is stored in property build.dir. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ClassPathImplementation createBootClassPathImplementation(PropertyEvaluator evaluator)
platform.active
property.
evaluator - project's property evaluator
public static ClassPathImplementation createBootClassPathImplementation(PropertyEvaluator evaluator,
ClassPath endorsedClassPath)
platform.active
property and given endorsed classpath which will have precedence of platform classpath.
evaluator - project's property evaluatorendorsedClassPath - endorsed classpath to prepend to boot classpath
public static ClassPathImplementation createSourcePathImplementation(SourceRoots sourceRoots,
AntProjectHelper projectHelper,
PropertyEvaluator evaluator)
build.dir.
sourceRoots - project source rootsprojectHelper - AntProjectHelperevaluator - PropertyEvaluator
|
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 | |||||||||