Class AbstractFSManifestIterable<T>
java.lang.Object
org.apache.ivy.osgi.repo.AbstractFSManifestIterable<T>
- All Implemented Interfaces:
Iterable<ManifestAndLocation>
- Direct Known Subclasses:
FSManifestIterable, RepositoryManifestIterable
public abstract class AbstractFSManifestIterable<T>
extends Object
implements Iterable<ManifestAndLocation>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract URIbuildBundleURI(T location) protected abstract InputStreamgetInputStream(T f) iterator()listBundleFiles(T dir) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
AbstractFSManifestIterable
-
-
Method Details
-
iterator
-
listBundleFiles
- Throws:
IOException
-
listDirs
- Throws:
IOException
-
getInputStream
- Throws:
IOException
-
buildBundleURI
- Throws:
IOException
-