java.lang.Iterable<ManifestAndLocation>FSManifestIterable, RepositoryManifestIterablepublic abstract class AbstractFSManifestIterable<T> extends java.lang.Object implements java.lang.Iterable<ManifestAndLocation>
| Constructor | Description |
|---|---|
AbstractFSManifestIterable(T root) |
| Modifier and Type | Method | 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<T>protected abstract java.util.List<T> listBundleFiles(T dir) throws java.io.IOException
java.io.IOExceptionprotected abstract java.util.List<T> listDirs(T dir) throws java.io.IOException
java.io.IOExceptionprotected abstract java.io.InputStream getInputStream(T f) throws java.io.IOException
java.io.IOExceptionprotected abstract java.net.URI buildBundleURI(T location) throws java.io.IOException
java.io.IOException