public abstract class AbstractFSManifestIterable
extends java.lang.Object
Constructor and Description |
---|
AbstractFSManifestIterable(java.lang.Object root) |
Modifier and Type | Method and Description |
---|---|
protected abstract java.net.URI |
buildBundleURI(java.lang.Object location) |
protected abstract java.io.InputStream |
getInputStream(java.lang.Object f) |
java.util.Iterator |
iterator() |
protected abstract java.util.List |
listBundleFiles(java.lang.Object dir) |
protected abstract java.util.List |
listDirs(java.lang.Object dir) |
public AbstractFSManifestIterable(java.lang.Object root)
public java.util.Iterator iterator()
protected abstract java.util.List listBundleFiles(java.lang.Object dir) throws java.io.IOException
java.io.IOException
protected abstract java.util.List listDirs(java.lang.Object dir) throws java.io.IOException
java.io.IOException
protected abstract java.io.InputStream getInputStream(java.lang.Object f) throws java.io.IOException
java.io.IOException
protected abstract java.net.URI buildBundleURI(java.lang.Object location) throws java.io.IOException
java.io.IOException