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

org.netbeans.spi.java.classpath (NetBeans Java Support APIs) - NetBeans API Javadoc 5.0.0

 

Package org.netbeans.spi.java.classpath

SPI permitting new classpaths to be constructed and registered.

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.
 

Package org.netbeans.spi.java.classpath Description

SPI permitting new classpaths to be constructed and registered.

ClassPathProviders 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:

it may also return a ClassPath of type ClassPath.EXEC pointing to the build output folder.
For build output the ClassPathProvider has to return a ClassPath of the following types:

ClassPathFactory may be used to create new ClassPath instances.


 

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