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