Package org.apache.ivy.osgi.repo
Class RepositoryManifestIterable
- java.lang.Object
-
- org.apache.ivy.osgi.repo.AbstractFSManifestIterable
-
- org.apache.ivy.osgi.repo.RepositoryManifestIterable
-
public class RepositoryManifestIterable extends AbstractFSManifestIterable
-
-
Constructor Summary
Constructors Constructor Description RepositoryManifestIterable(Repository repo)Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.URIbuildBundleURI(java.lang.Object location)protected java.io.InputStreamgetInputStream(java.lang.Object f)protected java.util.ListlistBundleFiles(java.lang.Object dir)protected java.util.ListlistDirs(java.lang.Object dir)-
Methods inherited from class org.apache.ivy.osgi.repo.AbstractFSManifestIterable
iterator
-
-
-
-
Constructor Detail
-
RepositoryManifestIterable
public RepositoryManifestIterable(Repository repo)
Default constructor- Parameters:
root- the root directory of the file system to lookup
-
-
Method Detail
-
buildBundleURI
protected java.net.URI buildBundleURI(java.lang.Object location) throws java.io.IOException- Specified by:
buildBundleURIin classAbstractFSManifestIterable- Throws:
java.io.IOException
-
getInputStream
protected java.io.InputStream getInputStream(java.lang.Object f) throws java.io.IOException- Specified by:
getInputStreamin classAbstractFSManifestIterable- Throws:
java.io.IOException
-
listBundleFiles
protected java.util.List listBundleFiles(java.lang.Object dir) throws java.io.IOException- Specified by:
listBundleFilesin classAbstractFSManifestIterable- Throws:
java.io.IOException
-
listDirs
protected java.util.List listDirs(java.lang.Object dir) throws java.io.IOException- Specified by:
listDirsin classAbstractFSManifestIterable- Throws:
java.io.IOException
-
-