com.springsource.bundlor.support.classpath
Class FileSystemClassPathEntry
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
root
private final java.io.File root
file
private final java.io.File file
FileSystemClassPathEntry
public FileSystemClassPathEntry(java.io.File root,
java.io.File file)
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