|
org.netbeans.modules.java.source 0.13.0 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClasspathInfo | |
---|---|
org.netbeans.api.java.source | The package name will very likely change in the future |
Uses of ClasspathInfo in org.netbeans.api.java.source |
---|
Methods in org.netbeans.api.java.source that return ClasspathInfo | |
---|---|
static ClasspathInfo |
ClasspathInfo.create(ClassPath bootPath,
ClassPath classPath,
ClassPath sourcePath)
|
static ClasspathInfo |
ClasspathInfo.create(File file)
Creates new interface to the compiler |
static ClasspathInfo |
ClasspathInfo.create(FileObject fo)
Creates new interface to the compiler |
ClasspathInfo |
JavaSource.getClasspathInfo()
Returns the classpaths ( ClasspathInfo ) used by this
JavaSource |
ClasspathInfo |
CompilationInfo.getClasspathInfo()
|
ClasspathInfo |
CompilationController.getClasspathInfo()
|
Methods in org.netbeans.api.java.source with parameters of type ClasspathInfo | |
---|---|
static JavaSource |
JavaSource.create(ClasspathInfo cpInfo,
Collection<? extends FileObject> files)
Returns a JavaSource instance representing given FileObject s
and classpath represented by given ClasspathInfo . |
static JavaSource |
JavaSource.create(ClasspathInfo cpInfo,
FileObject... files)
Returns a JavaSource instance representing given FileObject s
and classpath represented by given ClasspathInfo . |
static FileObject |
SourceUtils.getFile(Element element,
ClasspathInfo cpInfo)
Returns a FileObject in which the Element is defined. |
static FileObject |
SourceUtils.getFile(ElementHandle<? extends Element> handle,
ClasspathInfo cpInfo)
Returns a FileObject of the source file in which the handle is declared. |
static URL |
SourceUtils.getJavadoc(Element element,
ClasspathInfo cpInfo)
Finds URL of a javadoc page for given element when available. |
static boolean |
SourceUtils.isMainClass(String qualifiedName,
ClasspathInfo cpInfo)
Returns true when the class contains main method. |
static boolean |
UiUtils.open(ClasspathInfo cpInfo,
Element el)
Opens given Element . |
|
org.netbeans.modules.java.source 0.13.0 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |