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

Uses of Class org.netbeans.api.java.classpath.ClassPath (NetBeans Java Support APIs) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.netbeans.api.java.classpath.ClassPath

Packages that use ClassPath
org.netbeans.api.java.classpath Representation of Java classpaths, and the ability to find the classpath needed for a particular purpose. 
org.netbeans.spi.java.classpath SPI permitting new classpaths to be constructed and registered. 
org.netbeans.spi.java.classpath.support Convenience classes to make it easier to create classpaths. 
 

Uses of ClassPath in org.netbeans.api.java.classpath
 

Methods in org.netbeans.api.java.classpath that return ClassPath
static ClassPath ClassPath.getClassPath(FileObject f, String id)
          Find the classpath of a given type, if any, defined for a given file.
 ClassPath ClassPath.Entry.getDefiningClassPath()
          Returns the ClassPath instance, which defines/introduces the Entry.
 

Methods in org.netbeans.api.java.classpath with parameters of type ClassPath
 void GlobalPathRegistry.register(String id, ClassPath[] paths)
          Register some classpaths of a certain type.
 void GlobalPathRegistry.unregister(String id, ClassPath[] paths)
          Unregister some classpaths of a certain type.
 

Uses of ClassPath in org.netbeans.spi.java.classpath
 

Methods in org.netbeans.spi.java.classpath that return ClassPath
 ClassPath ClassPathProvider.findClassPath(FileObject file, String type)
          Find some kind of a classpath for a given file.
static ClassPath ClassPathFactory.createClassPath(ClassPathImplementation spiClasspath)
          Create API classpath instance for the given SPI classpath.
 

Uses of ClassPath in org.netbeans.spi.java.classpath.support
 

Methods in org.netbeans.spi.java.classpath.support that return ClassPath
static ClassPath ClassPathSupport.createClassPath(List entries)
          Create ClassPath for the given list of PathResourceImplementation entries.
static ClassPath ClassPathSupport.createClassPath(FileObject[] roots)
          Create ClassPath for the given array of class path roots
static ClassPath ClassPathSupport.createClassPath(URL[] roots)
          Create ClassPath for the given array of class path roots
static ClassPath ClassPathSupport.createProxyClassPath(ClassPath[] delegates)
          Creates read only proxy ClassPath for given delegates.
 

Methods in org.netbeans.spi.java.classpath.support with parameters of type ClassPath
static ClassPath ClassPathSupport.createProxyClassPath(ClassPath[] delegates)
          Creates read only proxy ClassPath for given delegates.
 


 

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