Uses of Class
org.apache.ivy.osgi.core.BundleInfo
-
Packages that use BundleInfo Package Description org.apache.ivy.osgi.core org.apache.ivy.osgi.obr.xml org.apache.ivy.osgi.p2 org.apache.ivy.osgi.repo org.apache.ivy.osgi.updatesite -
-
Uses of BundleInfo in org.apache.ivy.osgi.core
Methods in org.apache.ivy.osgi.core that return BundleInfo Modifier and Type Method Description static BundleInfo
ManifestParser. parseJarManifest(java.io.InputStream jarStream)
static BundleInfo
ManifestParser. parseManifest(java.io.File manifestFile)
static BundleInfo
ManifestParser. parseManifest(java.io.InputStream manifestStream)
static BundleInfo
ManifestParser. parseManifest(java.lang.String manifest)
static BundleInfo
ManifestParser. parseManifest(java.util.jar.Manifest manifest)
Methods in org.apache.ivy.osgi.core with parameters of type BundleInfo Modifier and Type Method Description static java.util.List<java.lang.String>
BundleInfoAdapter. getConfigurations(BundleInfo bundle)
private static void
ManifestParser. parseCapability(BundleInfo bundleInfo, java.util.jar.Attributes mainAttributes, java.lang.String headerName, java.lang.String type)
private static void
ManifestParser. parseRequirement(BundleInfo bundleInfo, java.util.jar.Attributes mainAttributes, java.lang.String headerName, java.lang.String type, java.lang.String versionAttr)
private static void
BundleInfoAdapter. requirementAsDependency(DefaultModuleDescriptor md, BundleInfo bundleInfo, java.util.Set<java.lang.String> exportedPkgNames)
static DefaultModuleDescriptor
BundleInfoAdapter. toModuleDescriptor(ModuleDescriptorParser parser, java.net.URI baseUri, BundleInfo bundle, java.util.jar.Manifest manifest, ExecutionEnvironmentProfileProvider profileProvider)
static DefaultModuleDescriptor
BundleInfoAdapter. toModuleDescriptor(ModuleDescriptorParser parser, java.net.URI baseUri, BundleInfo bundle, ExecutionEnvironmentProfileProvider profileProvider)
-
Uses of BundleInfo in org.apache.ivy.osgi.obr.xml
Fields in org.apache.ivy.osgi.obr.xml declared as BundleInfo Modifier and Type Field Description (package private) BundleInfo
OBRXMLParser.ResourceHandler. bundleInfo
Methods in org.apache.ivy.osgi.obr.xml with parameters of type BundleInfo Modifier and Type Method Description static void
CapabilityAdapter. adapt(BundleInfo bundleInfo, Capability capability)
private void
RequirementAdapter. adapt(BundleInfo info, boolean optional)
static void
RequirementAdapter. adapt(BundleInfo info, Requirement requirement)
private static ExportPackage
CapabilityAdapter. getExportPackage(BundleInfo bundleInfo, Capability capability)
private static BundleCapability
CapabilityAdapter. getOSGiService(BundleInfo bundleInfo, Capability capability)
private static void
OBRXMLWriter. saxBundleInfo(BundleInfo bundleInfo, org.xml.sax.ContentHandler handler)
Method parameters in org.apache.ivy.osgi.obr.xml with type arguments of type BundleInfo Modifier and Type Method Description static void
OBRXMLWriter. writeBundles(java.lang.Iterable<BundleInfo> bundleInfos, org.xml.sax.ContentHandler handler)
-
Uses of BundleInfo in org.apache.ivy.osgi.p2
Fields in org.apache.ivy.osgi.p2 declared as BundleInfo Modifier and Type Field Description (package private) BundleInfo
P2MetadataParser.UnitHandler. bundleInfo
Fields in org.apache.ivy.osgi.p2 with type parameters of type BundleInfo Modifier and Type Field Description (package private) java.util.List<BundleInfo>
P2MetadataParser.UnitsHandler. bundles
private java.util.Map<java.lang.String,java.util.Map<Version,BundleInfo>>
P2Descriptor. sourceBundles
private java.util.Map<java.lang.String,java.util.Map<Version,BundleInfo>>
P2Descriptor. sourceTargetBundles
Methods in org.apache.ivy.osgi.p2 with parameters of type BundleInfo Modifier and Type Method Description private void
P2Descriptor. addArtifact(BundleInfo bundle, BundleArtifact artifact)
void
P2Descriptor. addBundle(BundleInfo bundleInfo)
-
Uses of BundleInfo in org.apache.ivy.osgi.repo
Fields in org.apache.ivy.osgi.repo declared as BundleInfo Modifier and Type Field Description private BundleInfo
BundleCapabilityAndLocation. bundleInfo
private BundleInfo
ModuleDescriptorWrapper. bundleInfo
Methods in org.apache.ivy.osgi.repo that return BundleInfo Modifier and Type Method Description BundleInfo
BundleCapabilityAndLocation. getBundleInfo()
BundleInfo
ModuleDescriptorWrapper. getBundleInfo()
Methods in org.apache.ivy.osgi.repo with parameters of type BundleInfo Modifier and Type Method Description void
EditableRepoDescriptor. addBundle(BundleInfo bundleInfo)
Constructors in org.apache.ivy.osgi.repo with parameters of type BundleInfo Constructor Description BundleCapabilityAndLocation(java.lang.String type, java.lang.String name, Version version, BundleInfo bundleInfo)
ModuleDescriptorWrapper(BundleInfo bundleInfo, java.net.URI baseUri, ExecutionEnvironmentProfileProvider profileProvider)
-
Uses of BundleInfo in org.apache.ivy.osgi.updatesite
Methods in org.apache.ivy.osgi.updatesite that return BundleInfo Modifier and Type Method Description static BundleInfo
PluginAdapter. featureAsBundle(java.net.URI baseUri, EclipseFeature feature)
static BundleInfo
PluginAdapter. pluginAsBundle(java.net.URI baseUri, EclipsePlugin plugin)
-