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 voidOBRXMLWriter. 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 ManifestAndLocationAbstractFSManifestIterable.FSManifestIterator. nextprivate ManifestAndLocationArtifactReportManifestIterable.ArtifactReportManifestIterator. nextprivate ManifestAndLocationResolverManifestIterable.ResolverManifestIterator. nextMethods in org.apache.ivy.osgi.repo that return ManifestAndLocation Modifier and Type Method Description ManifestAndLocationAbstractFSManifestIterable.FSManifestIterator. next()ManifestAndLocationArtifactReportManifestIterable.ArtifactReportManifestIterator. next()ManifestAndLocationResolverManifestIterable.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 voidBundleRepoDescriptor. populate(java.util.Iterator<ManifestAndLocation> it)
-