Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.api.java/1 1.15
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
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
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<? extends PathResourceImplementation>)
- 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<? extends PathResourceImplementation>)
- 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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.api.java/1 1.15
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
M
O
P
R
S
T
U
Built on March 7 2008. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.