Package org.apache.ivy.osgi.repo
Class RepositoryManifestIterable
java.lang.Object
org.apache.ivy.osgi.repo.AbstractFSManifestIterable<String>
org.apache.ivy.osgi.repo.RepositoryManifestIterable
- All Implemented Interfaces:
Iterable<ManifestAndLocation>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected URIbuildBundleURI(String location) protected InputStreamlistBundleFiles(String dir) Methods inherited from class org.apache.ivy.osgi.repo.AbstractFSManifestIterable
iteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RepositoryManifestIterable
Default constructor- Parameters:
repo- the root directory of the file system to lookup
-
-
Method Details
-
buildBundleURI
- Specified by:
buildBundleURIin classAbstractFSManifestIterable<String>- Throws:
IOException
-
getInputStream
- Specified by:
getInputStreamin classAbstractFSManifestIterable<String>- Throws:
IOException
-
listBundleFiles
- Specified by:
listBundleFilesin classAbstractFSManifestIterable<String>- Throws:
IOException
-
listDirs
- Specified by:
listDirsin classAbstractFSManifestIterable<String>- Throws:
IOException
-