站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.api.java.source.ClasspathInfo (Java Source) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.java.source 0.13.0 1

Uses of Class
org.netbeans.api.java.source.ClasspathInfo

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 FileObjects and classpath represented by given ClasspathInfo.
static JavaSource JavaSource.create(ClasspathInfo cpInfo, FileObject... files)
          Returns a JavaSource instance representing given FileObjects 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

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.