Uses of Class
org.apache.ivy.osgi.p2.P2Descriptor
Packages that use P2Descriptor
-
Uses of P2Descriptor in org.apache.ivy.osgi.p2
Fields in org.apache.ivy.osgi.p2 declared as P2DescriptorModifier and TypeFieldDescriptionprivate final P2DescriptorP2ArtifactParser.p2Descriptorprivate final P2DescriptorP2MetadataParser.p2DescriptorConstructors in org.apache.ivy.osgi.p2 with parameters of type P2DescriptorModifierConstructorDescriptionArtifactsHandler(P2Descriptor p2Descriptor, Map<OSGiFilter, String> artifactPatterns, String repoUrl) P2ArtifactParser(P2Descriptor p2Descriptor, String repoUrl) P2MetadataParser(P2Descriptor p2Descriptor) RepositoryHandler(P2Descriptor p2Descriptor, String repoUrl) RepositoryHandler(P2Descriptor p2Descriptor) -
Uses of P2Descriptor in org.apache.ivy.osgi.updatesite
Methods in org.apache.ivy.osgi.updatesite that return P2DescriptorMethods in org.apache.ivy.osgi.updatesite with parameters of type P2DescriptorModifier and TypeMethodDescriptionprivate booleanUpdateSiteLoader.populateP2Descriptor(URI repoUri, P2Descriptor p2Descriptor) private booleanUpdateSiteLoader.readArtifacts(URI repoUri, P2Descriptor p2Descriptor) private booleanUpdateSiteLoader.readCompositeArtifact(URI repoUri, String name, P2Descriptor p2Descriptor) private booleanUpdateSiteLoader.readCompositeContent(URI repoUri, String name, P2Descriptor p2Descriptor) private booleanUpdateSiteLoader.readContent(URI repoUri, P2Descriptor p2Descriptor)