Package org.apache.ivy.osgi.p2
Class P2Descriptor
java.lang.Object
org.apache.ivy.osgi.repo.RepoDescriptor
org.apache.ivy.osgi.repo.EditableRepoDescriptor
org.apache.ivy.osgi.p2.P2Descriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<String,Map<Version, BundleInfo>> private Map<String,Map<Version, BundleInfo>> -
Constructor Summary
ConstructorsConstructorDescriptionP2Descriptor(URI repoUri, ExecutionEnvironmentProfileProvider profileProvider) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddArtifact(BundleInfo bundle, BundleArtifact artifact) voidvoidaddBundle(BundleInfo bundleInfo) voidfinish()Methods inherited from class org.apache.ivy.osgi.repo.EditableRepoDescriptor
equals, findModule, findModules, getBaseUri, getCapabilities, getCapabilityValues, getLogLevel, getModules, hashCode, setLogLevel, toString
-
Field Details
-
sourceTargetBundles
-
sourceBundles
-
-
Constructor Details
-
P2Descriptor
-
-
Method Details
-
addBundle
- Overrides:
addBundlein classEditableRepoDescriptor
-
finish
public void finish() -
addArtifactUrl
-
addArtifact
-