Uses of Class
org.apache.ivy.osgi.core.BundleInfo
Packages that use BundleInfo
Package
Description
-
Uses of BundleInfo in org.apache.ivy.osgi.core
Methods in org.apache.ivy.osgi.core that return BundleInfoModifier and TypeMethodDescriptionstatic BundleInfo
ManifestParser.parseJarManifest
(InputStream jarStream) static BundleInfo
ManifestParser.parseManifest
(File manifestFile) static BundleInfo
ManifestParser.parseManifest
(InputStream manifestStream) static BundleInfo
ManifestParser.parseManifest
(String manifest) static BundleInfo
ManifestParser.parseManifest
(Manifest manifest) Methods in org.apache.ivy.osgi.core with parameters of type BundleInfoModifier and TypeMethodDescriptionBundleInfoAdapter.getConfigurations
(BundleInfo bundle) private static void
ManifestParser.parseCapability
(BundleInfo bundleInfo, Attributes mainAttributes, String headerName, String type) private static void
ManifestParser.parseRequirement
(BundleInfo bundleInfo, Attributes mainAttributes, String headerName, String type, String versionAttr) private static void
BundleInfoAdapter.requirementAsDependency
(DefaultModuleDescriptor md, BundleInfo bundleInfo, Set<String> exportedPkgNames) static DefaultModuleDescriptor
BundleInfoAdapter.toModuleDescriptor
(ModuleDescriptorParser parser, URI baseUri, BundleInfo bundle, Manifest manifest, ExecutionEnvironmentProfileProvider profileProvider) static DefaultModuleDescriptor
BundleInfoAdapter.toModuleDescriptor
(ModuleDescriptorParser parser, 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 BundleInfoModifier and TypeFieldDescription(package private) BundleInfo
OBRXMLParser.ResourceHandler.bundleInfo
Methods in org.apache.ivy.osgi.obr.xml with parameters of type BundleInfoModifier and TypeMethodDescriptionstatic 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, ContentHandler handler) Method parameters in org.apache.ivy.osgi.obr.xml with type arguments of type BundleInfoModifier and TypeMethodDescriptionstatic void
OBRXMLWriter.writeBundles
(Iterable<BundleInfo> bundleInfos, ContentHandler handler) -
Uses of BundleInfo in org.apache.ivy.osgi.p2
Fields in org.apache.ivy.osgi.p2 declared as BundleInfoModifier and TypeFieldDescription(package private) BundleInfo
P2MetadataParser.UnitHandler.bundleInfo
Fields in org.apache.ivy.osgi.p2 with type parameters of type BundleInfoModifier and TypeFieldDescription(package private) List<BundleInfo>
P2MetadataParser.UnitsHandler.bundles
private Map<String,
Map<Version, BundleInfo>> P2Descriptor.sourceBundles
private Map<String,
Map<Version, BundleInfo>> P2Descriptor.sourceTargetBundles
Methods in org.apache.ivy.osgi.p2 with parameters of type BundleInfoModifier and TypeMethodDescriptionprivate 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 BundleInfoModifier and TypeFieldDescriptionprivate final BundleInfo
BundleCapabilityAndLocation.bundleInfo
private BundleInfo
ModuleDescriptorWrapper.bundleInfo
Methods in org.apache.ivy.osgi.repo that return BundleInfoModifier and TypeMethodDescriptionBundleCapabilityAndLocation.getBundleInfo()
ModuleDescriptorWrapper.getBundleInfo()
Methods in org.apache.ivy.osgi.repo with parameters of type BundleInfoConstructors in org.apache.ivy.osgi.repo with parameters of type BundleInfoModifierConstructorDescriptionBundleCapabilityAndLocation
(String type, String name, Version version, BundleInfo bundleInfo) ModuleDescriptorWrapper
(BundleInfo bundleInfo, URI baseUri, ExecutionEnvironmentProfileProvider profileProvider) -
Uses of BundleInfo in org.apache.ivy.osgi.updatesite
Methods in org.apache.ivy.osgi.updatesite that return BundleInfoModifier and TypeMethodDescriptionstatic BundleInfo
PluginAdapter.featureAsBundle
(URI baseUri, EclipseFeature feature) static BundleInfo
PluginAdapter.pluginAsBundle
(URI baseUri, EclipsePlugin plugin)