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

Uses of Interface org.netbeans.spi.java.classpath.PathResourceImplementation (Java Support APIs) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.java/1 1.13

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

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

Subinterfaces of PathResourceImplementation in org.netbeans.spi.java.classpath
 interface FilteringPathResourceImplementation
          SPI interface for a classpath entry which can include or exclude particular files.
 

Methods in org.netbeans.spi.java.classpath that return types with arguments of type PathResourceImplementation
 List<? extends PathResourceImplementation> ClassPathImplementation.getResources()
          Returns list of entries, the list is unmodifiable.
 

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

Classes in org.netbeans.spi.java.classpath.support that implement PathResourceImplementation
 class CompositePathResourceBase
          This class provides a base class for PathResource implementations
 class PathResourceBase
          This class provides a base class for PathResource implementations
 

Methods in org.netbeans.spi.java.classpath.support that return PathResourceImplementation
static PathResourceImplementation ClassPathSupport.createResource(URL url)
          Creates leaf PathResourceImplementation.
 

Method parameters in org.netbeans.spi.java.classpath.support with type arguments of type PathResourceImplementation
static ClassPath ClassPathSupport.createClassPath(List<? extends PathResourceImplementation> entries)
          Create ClassPath for the given list of PathResourceImplementation entries.
static ClassPathImplementation ClassPathSupport.createClassPathImplementation(List<? extends PathResourceImplementation> entries)
          Create ClassPathImplementation for the given list of PathResourceImplementation entries.
 


org.netbeans.api.java/1 1.13

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