Uses of Class
org.apache.ivy.osgi.core.BundleArtifact
-
Packages that use BundleArtifact Package Description org.apache.ivy.osgi.core org.apache.ivy.osgi.p2 -
-
Uses of BundleArtifact in org.apache.ivy.osgi.core
Fields in org.apache.ivy.osgi.core with type parameters of type BundleArtifact Modifier and Type Field Description private java.util.List<BundleArtifact>BundleInfo. artifactsMethods in org.apache.ivy.osgi.core that return types with arguments of type BundleArtifact Modifier and Type Method Description java.util.List<BundleArtifact>BundleInfo. getArtifacts()Methods in org.apache.ivy.osgi.core with parameters of type BundleArtifact Modifier and Type Method Description voidBundleInfo. addArtifact(BundleArtifact artifact)voidBundleInfo. removeArtifact(BundleArtifact same) -
Uses of BundleArtifact in org.apache.ivy.osgi.p2
Methods in org.apache.ivy.osgi.p2 with parameters of type BundleArtifact Modifier and Type Method Description private voidP2Descriptor. addArtifact(BundleInfo bundle, BundleArtifact artifact)
-