Uses of Interface
org.apache.commons.classscan.spi.model.SpiClassPath

Packages that use SpiClassPath
org.apache.commons.classscan.builtin This package contains builtin implementations of the org.apache.commons.classscan.spi providers. 
org.apache.commons.classscan.spi The spi package supports plugging in providers to support additional ClassLoader types and URL schemes. 
 

Uses of SpiClassPath in org.apache.commons.classscan.builtin
 

Classes in org.apache.commons.classscan.builtin that implement SpiClassPath
 class BootstrapClassPath
           
 class UrlClassPath
           
 

Methods in org.apache.commons.classscan.builtin that return SpiClassPath
 SpiClassPath DefaultMetaRegistry.getClassPath(ClassLoader classLoader)
           
 SpiClassPath DefaultClassPathFactory.getClassPath(SpiMetaRegistry registry, ClassLoader classLoader)
           
 

Uses of SpiClassPath in org.apache.commons.classscan.spi
 

Methods in org.apache.commons.classscan.spi that return SpiClassPath
 SpiClassPath ClassPathFactory.getClassPath(SpiMetaRegistry metaRegistry, ClassLoader classLoader)
          Create a ClassPath for a ClassLoader
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.