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

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

 

Uses of Interface
org.netbeans.spi.java.classpath.ClassPathImplementation

Packages that use ClassPathImplementation
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 ClassPathImplementation in org.netbeans.spi.java.classpath
 

Methods in org.netbeans.spi.java.classpath that return ClassPathImplementation
 ClassPathImplementation PathResourceImplementation.getContent()
          Returns ClassPathImplementation representing the content of the PathResourceImplementation.
 

Methods in org.netbeans.spi.java.classpath with parameters of type ClassPathImplementation
static ClassPath ClassPathFactory.createClassPath(ClassPathImplementation spiClasspath)
          Create API classpath instance for the given SPI classpath.
 

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

Methods in org.netbeans.spi.java.classpath.support that return ClassPathImplementation
 ClassPathImplementation CompositePathResourceBase.getContent()
          Returns the ClassPathImplementation representing the content of this PathResourceImplementation
protected abstract  ClassPathImplementation CompositePathResourceBase.createContent()
          Creates the array of the roots of PathResource.
static ClassPathImplementation ClassPathSupport.createClassPathImplementation(List entries)
          Create ClassPathImplementation for the given list of PathResourceImplementation entries.
static ClassPathImplementation ClassPathSupport.createProxyClassPathImplementation(ClassPathImplementation[] delegates)
          Creates read only proxy ClassPathImplementation for given delegates.
 

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


 

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