Package org.apache.ivy.osgi.repo
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class -
Field Summary
Fields -
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
root
-
-
Constructor Details
-
AbstractFSManifestIterable
-
-
Method Details
-
iterator
-
listBundleFiles
- Throws:
IOException
-
listDirs
- Throws:
IOException
-
getInputStream
- Throws:
IOException
-
buildBundleURI
- Throws:
IOException
-