public class RepositoryManifestIterable extends AbstractFSManifestIterable
| Constructor and Description |
|---|
RepositoryManifestIterable(Repository repo)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.net.URI |
buildBundleURI(java.lang.Object location) |
protected java.io.InputStream |
getInputStream(java.lang.Object f) |
protected java.util.List |
listBundleFiles(java.lang.Object dir) |
protected java.util.List |
listDirs(java.lang.Object dir) |
iteratorpublic RepositoryManifestIterable(Repository repo)
root - the root directory of the file system to lookupprotected java.net.URI buildBundleURI(java.lang.Object location)
throws java.io.IOException
buildBundleURI in class AbstractFSManifestIterablejava.io.IOExceptionprotected java.io.InputStream getInputStream(java.lang.Object f)
throws java.io.IOException
getInputStream in class AbstractFSManifestIterablejava.io.IOExceptionprotected java.util.List listBundleFiles(java.lang.Object dir)
throws java.io.IOException
listBundleFiles in class AbstractFSManifestIterablejava.io.IOExceptionprotected java.util.List listDirs(java.lang.Object dir)
throws java.io.IOException
listDirs in class AbstractFSManifestIterablejava.io.IOException