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

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

 
A B C D E F G I J M O P R S T U

C

COMPILE - Static variable in class org.netbeans.api.java.classpath.ClassPath
ClassPath for compiling things.
ClassPath - class org.netbeans.api.java.classpath.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 org.netbeans.api.java.classpath.ClassPath.Entry.
Represents an individual entry in the ClassPath.
ClassPathFactory - class org.netbeans.spi.java.classpath.ClassPathFactory.
Most general way to create ClassPath instances.
ClassPathImplementation - interface org.netbeans.spi.java.classpath.ClassPathImplementation.
SPI interface for ClassPath.
ClassPathProvider - interface org.netbeans.spi.java.classpath.ClassPathProvider.
Provider interface for Java classpaths.
ClassPathSupport - class org.netbeans.spi.java.classpath.support.ClassPathSupport.
Convenience factory for creating classpaths of common sorts.
CompositePathResourceBase - class org.netbeans.spi.java.classpath.support.CompositePathResourceBase.
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.

 
A B C D E F G I J M O P R S T U
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.