Uses of Class
org.apache.ivy.osgi.repo.ManifestAndLocation
-
Packages that use ManifestAndLocation Package Description org.apache.ivy.osgi.obr.xml org.apache.ivy.osgi.repo -
-
Uses of ManifestAndLocation in org.apache.ivy.osgi.obr.xml
Method parameters in org.apache.ivy.osgi.obr.xml with type arguments of type ManifestAndLocation Modifier and Type Method Description static void
OBRXMLWriter. writeManifests(java.lang.Iterable<ManifestAndLocation> manifestAndLocations, org.xml.sax.ContentHandler handler, boolean quiet)
-
Uses of ManifestAndLocation in org.apache.ivy.osgi.repo
Fields in org.apache.ivy.osgi.repo declared as ManifestAndLocation Modifier and Type Field Description private ManifestAndLocation
AbstractFSManifestIterable.FSManifestIterator. next
private ManifestAndLocation
ArtifactReportManifestIterable.ArtifactReportManifestIterator. next
private ManifestAndLocation
ResolverManifestIterable.ResolverManifestIterator. next
Methods in org.apache.ivy.osgi.repo that return ManifestAndLocation Modifier and Type Method Description ManifestAndLocation
AbstractFSManifestIterable.FSManifestIterator. next()
ManifestAndLocation
ArtifactReportManifestIterable.ArtifactReportManifestIterator. next()
ManifestAndLocation
ResolverManifestIterable.ResolverManifestIterator. next()
Methods in org.apache.ivy.osgi.repo that return types with arguments of type ManifestAndLocation Modifier and Type Method Description java.util.Iterator<ManifestAndLocation>
AbstractFSManifestIterable. iterator()
java.util.Iterator<ManifestAndLocation>
ArtifactReportManifestIterable. iterator()
java.util.Iterator<ManifestAndLocation>
ResolverManifestIterable. iterator()
Method parameters in org.apache.ivy.osgi.repo with type arguments of type ManifestAndLocation Modifier and Type Method Description void
BundleRepoDescriptor. populate(java.util.Iterator<ManifestAndLocation> it)
-