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

C-Index (NetBeans Java Support APIs) - NetBeans API Javadoc 5.5.1

org.netbeans.api.java/1 1.10.31
A B C D E F G I J M O P R S T U

C

ClassPath - Class in org.netbeans.api.java.classpath
ClassPath objects should be used to access contents of the ClassPath, searching for resources, objects reachable using the ClassPath at runtime.
ClassPath.Entry - Class in org.netbeans.api.java.classpath
Represents an individual entry in the ClassPath.
ClassPathFactory - Class in org.netbeans.spi.java.classpath
Most general way to create ClassPath instances.
ClassPathImplementation - Interface in org.netbeans.spi.java.classpath
SPI interface for ClassPath.
ClassPathProvider - Interface in org.netbeans.spi.java.classpath
Provider interface for Java classpaths.
ClassPathSupport - Class in org.netbeans.spi.java.classpath.support
Convenience factory for creating classpaths of common sorts.
COMPILE - Static variable in class org.netbeans.api.java.classpath.ClassPath
ClassPath for compiling things.
CompositePathResourceBase - Class in org.netbeans.spi.java.classpath.support
This class provides a base class for PathResource implementations
CompositePathResourceBase() - Constructor for class org.netbeans.spi.java.classpath.support.CompositePathResourceBase
 
contains(FileObject) - Method in class org.netbeans.api.java.classpath.ClassPath
Convenience method, which checks whether a FileObject lies on this classpath.
createClassPath(ClassPathImplementation) - Static method in class org.netbeans.spi.java.classpath.ClassPathFactory
Create API classpath instance for the given SPI classpath.
createClassPath(List) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
Create ClassPath for the given list of PathResourceImplementation entries.
createClassPath(FileObject[]) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
Create ClassPath for the given array of class path roots
createClassPath(URL[]) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
Create ClassPath for the given array of class path roots
createClassPathImplementation(List) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
Create ClassPathImplementation for the given list of PathResourceImplementation entries.
createContent() - Method in class org.netbeans.spi.java.classpath.support.CompositePathResourceBase
Creates the array of the roots of PathResource.
createProxyClassPath(ClassPath[]) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
Creates read only proxy ClassPath for given delegates.
createProxyClassPathImplementation(ClassPathImplementation[]) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
Creates read only proxy ClassPathImplementation for given delegates.
createResource(URL) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
Creates leaf PathResourceImplementation.

org.netbeans.api.java/1 1.10.31
A B C D E F G I J M O P R S T U
Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.