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) |
iterator
public 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 AbstractFSManifestIterable
java.io.IOException
protected java.io.InputStream getInputStream(java.lang.Object f) throws java.io.IOException
getInputStream
in class AbstractFSManifestIterable
java.io.IOException
protected java.util.List listBundleFiles(java.lang.Object dir) throws java.io.IOException
listBundleFiles
in class AbstractFSManifestIterable
java.io.IOException
protected java.util.List listDirs(java.lang.Object dir) throws java.io.IOException
listDirs
in class AbstractFSManifestIterable
java.io.IOException