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 P2Descriptor
P2ArtifactParser.p2Descriptor
private final P2Descriptor
P2MetadataParser.p2Descriptor
Constructors 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 boolean
UpdateSiteLoader.populateP2Descriptor
(URI repoUri, P2Descriptor p2Descriptor) private boolean
UpdateSiteLoader.readArtifacts
(URI repoUri, P2Descriptor p2Descriptor) private boolean
UpdateSiteLoader.readCompositeArtifact
(URI repoUri, String name, P2Descriptor p2Descriptor) private boolean
UpdateSiteLoader.readCompositeContent
(URI repoUri, String name, P2Descriptor p2Descriptor) private boolean
UpdateSiteLoader.readContent
(URI repoUri, P2Descriptor p2Descriptor)