com.springsource.bundlor
Interface ClassPath

All Superinterfaces:
java.lang.Iterable<ClassPathEntry>
All Known Implementing Classes:
BundleClassPathArtifactAnalyzer.JarInputStreamClassPath, FileSystemClassPath, JarFileClassPath

public interface ClassPath
extends java.lang.Iterable<ClassPathEntry>


Method Summary
 void close()
           
 ClassPathEntry getEntry(java.lang.String name)
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getEntry

ClassPathEntry getEntry(java.lang.String name)

close

void close()