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

All Superinterfaces:
ClassPath
All Known Implementing Classes:
BootstrapClassPath, UrlClassPath

public interface SpiClassPath
extends ClassPath

Information about a ClassPath. A ClassPath specifies a list of ClassElement(s). A ClassElement specifies a list of ClassFiles(s).


Method Summary
 SpiMetaClassLoader createMetaClassLoader(SpiMetaRegistry registry, ClassLoader classLoader)
          Create a MetaClassLoader that will inspect the classes specified by this ClassPath
 
Methods inherited from interface org.apache.commons.classscan.ClassPath
getClassPathElements, getResources
 

Method Detail

createMetaClassLoader

SpiMetaClassLoader createMetaClassLoader(SpiMetaRegistry registry,
                                         ClassLoader classLoader)
Create a MetaClassLoader that will inspect the classes specified by this ClassPath

Parameters:
registry -
classLoader -
Returns:
metadata about ClassLoader


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