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 BundleInfoManifestParser.parseJarManifest(InputStream jarStream) static BundleInfoManifestParser.parseManifest(File manifestFile) static BundleInfoManifestParser.parseManifest(InputStream manifestStream) static BundleInfoManifestParser.parseManifest(String manifest) static BundleInfoManifestParser.parseManifest(Manifest manifest) Methods in org.apache.ivy.osgi.core with parameters of type BundleInfoModifier and TypeMethodDescriptionBundleInfoAdapter.getConfigurations(BundleInfo bundle) private static voidManifestParser.parseCapability(BundleInfo bundleInfo, Attributes mainAttributes, String headerName, String type) private static voidManifestParser.parseRequirement(BundleInfo bundleInfo, Attributes mainAttributes, String headerName, String type, String versionAttr) private static voidBundleInfoAdapter.requirementAsDependency(DefaultModuleDescriptor md, BundleInfo bundleInfo, Set<String> exportedPkgNames) static DefaultModuleDescriptorBundleInfoAdapter.toModuleDescriptor(ModuleDescriptorParser parser, URI baseUri, BundleInfo bundle, Manifest manifest, ExecutionEnvironmentProfileProvider profileProvider) static DefaultModuleDescriptorBundleInfoAdapter.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) BundleInfoOBRXMLParser.ResourceHandler.bundleInfoMethods in org.apache.ivy.osgi.obr.xml with parameters of type BundleInfoModifier and TypeMethodDescriptionstatic voidCapabilityAdapter.adapt(BundleInfo bundleInfo, Capability capability) private voidRequirementAdapter.adapt(BundleInfo info, boolean optional) static voidRequirementAdapter.adapt(BundleInfo info, Requirement requirement) private static ExportPackageCapabilityAdapter.getExportPackage(BundleInfo bundleInfo, Capability capability) private static BundleCapabilityCapabilityAdapter.getOSGiService(BundleInfo bundleInfo, Capability capability) private static voidOBRXMLWriter.saxBundleInfo(BundleInfo bundleInfo, ContentHandler handler) Method parameters in org.apache.ivy.osgi.obr.xml with type arguments of type BundleInfoModifier and TypeMethodDescriptionstatic voidOBRXMLWriter.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) BundleInfoP2MetadataParser.UnitHandler.bundleInfoFields in org.apache.ivy.osgi.p2 with type parameters of type BundleInfoModifier and TypeFieldDescription(package private) List<BundleInfo>P2MetadataParser.UnitsHandler.bundlesprivate Map<String,Map<Version, BundleInfo>> P2Descriptor.sourceBundlesprivate Map<String,Map<Version, BundleInfo>> P2Descriptor.sourceTargetBundlesMethods in org.apache.ivy.osgi.p2 with parameters of type BundleInfoModifier and TypeMethodDescriptionprivate voidP2Descriptor.addArtifact(BundleInfo bundle, BundleArtifact artifact) voidP2Descriptor.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 BundleInfoBundleCapabilityAndLocation.bundleInfoprivate BundleInfoModuleDescriptorWrapper.bundleInfoMethods 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 BundleInfoPluginAdapter.featureAsBundle(URI baseUri, EclipseFeature feature) static BundleInfoPluginAdapter.pluginAsBundle(URI baseUri, EclipsePlugin plugin)