|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ClassPathImplementation | SPI interface for ClassPath. |
ClassPathProvider | Provider interface for Java classpaths. |
PathResourceImplementation | SPI interface for one classpath entry. |
Class Summary | |
ClassPathFactory | Most general way to create ClassPath instances. |
SPI permitting new classpaths to be constructed and registered.
ClassPathProvider
s can be registered
to default lookup in order to associate information about classpaths with files.
For example, a Java-oriented project type would normally indicate that its Java
sources have a certain classpath associated with them.
For a source file the ClassPathProvider has to return a
ClassPath
of the following ClassPath types:
ClassPathFactory
may be used to
create new ClassPath
instances.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |