com.springsource.bundlor.support.classpath
Class FileSystemClassPathEntry

java.lang.Object
  extended by com.springsource.bundlor.support.classpath.FileSystemClassPathEntry
All Implemented Interfaces:
ClassPathEntry

final class FileSystemClassPathEntry
extends java.lang.Object
implements ClassPathEntry


Field Summary
private  java.io.File file
           
private  java.io.File root
           
 
Constructor Summary
FileSystemClassPathEntry(java.io.File root, java.io.File file)
           
 
Method Summary
 java.io.InputStream getInputStream()
           
 java.lang.String getName()
           
 java.io.Reader getReader()
           
 boolean isDirectory()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

root

private final java.io.File root

file

private final java.io.File file
Constructor Detail

FileSystemClassPathEntry

public FileSystemClassPathEntry(java.io.File root,
                                java.io.File file)
Method Detail

getInputStream

public java.io.InputStream getInputStream()
Specified by:
getInputStream in interface ClassPathEntry

getReader

public java.io.Reader getReader()
Specified by:
getReader in interface ClassPathEntry

getName

public java.lang.String getName()
Specified by:
getName in interface ClassPathEntry

isDirectory

public boolean isDirectory()
Specified by:
isDirectory in interface ClassPathEntry

toString

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