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. artifacts
Methods 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 void
BundleInfo. addArtifact(BundleArtifact artifact)
void
BundleInfo. 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 void
P2Descriptor. addArtifact(BundleInfo bundle, BundleArtifact artifact)
-