com.springsource.bundlor.support.classpath
Class FileSystemClassPath

java.lang.Object
  extended by com.springsource.bundlor.support.classpath.FileSystemClassPath
All Implemented Interfaces:
ClassPath, java.lang.Iterable<ClassPathEntry>

final class FileSystemClassPath
extends java.lang.Object
implements ClassPath


Nested Class Summary
private static class FileSystemClassPath.FileSystemClassPathIterator
           
 
Field Summary
private  java.io.File classPathRoot
           
 
Constructor Summary
FileSystemClassPath(java.io.File classPathRoot)
           
 
Method Summary
 void close()
           
 ClassPathEntry getEntry(java.lang.String name)
           
 java.util.Iterator<ClassPathEntry> iterator()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

classPathRoot

private final java.io.File classPathRoot
Constructor Detail

FileSystemClassPath

public FileSystemClassPath(java.io.File classPathRoot)
Method Detail

getEntry

public ClassPathEntry getEntry(java.lang.String name)
Specified by:
getEntry in interface ClassPath

iterator

public java.util.Iterator<ClassPathEntry> iterator()
Specified by:
iterator in interface java.lang.Iterable<ClassPathEntry>

close

public void close()
Specified by:
close in interface ClassPath

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object