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 BundleInfoManifestParser. parseJarManifest(java.io.InputStream jarStream)static BundleInfoManifestParser. parseManifest(java.io.File manifestFile)static BundleInfoManifestParser. parseManifest(java.io.InputStream manifestStream)static BundleInfoManifestParser. parseManifest(java.lang.String manifest)static BundleInfoManifestParser. 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 voidManifestParser. parseCapability(BundleInfo bundleInfo, java.util.jar.Attributes mainAttributes, java.lang.String headerName, java.lang.String type)private static voidManifestParser. parseRequirement(BundleInfo bundleInfo, java.util.jar.Attributes mainAttributes, java.lang.String headerName, java.lang.String type, java.lang.String versionAttr)private static voidBundleInfoAdapter. requirementAsDependency(DefaultModuleDescriptor md, BundleInfo bundleInfo, java.util.Set<java.lang.String> exportedPkgNames)static DefaultModuleDescriptorBundleInfoAdapter. toModuleDescriptor(ModuleDescriptorParser parser, java.net.URI baseUri, BundleInfo bundle, java.util.jar.Manifest manifest, ExecutionEnvironmentProfileProvider profileProvider)static DefaultModuleDescriptorBundleInfoAdapter. 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) BundleInfoOBRXMLParser.ResourceHandler. bundleInfoMethods in org.apache.ivy.osgi.obr.xml with parameters of type BundleInfo Modifier and Type Method Description static 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, 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 voidOBRXMLWriter. 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) BundleInfoP2MetadataParser.UnitHandler. bundleInfoFields 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. bundlesprivate java.util.Map<java.lang.String,java.util.Map<Version,BundleInfo>>P2Descriptor. sourceBundlesprivate java.util.Map<java.lang.String,java.util.Map<Version,BundleInfo>>P2Descriptor. sourceTargetBundlesMethods in org.apache.ivy.osgi.p2 with parameters of type BundleInfo Modifier and Type Method Description private 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 BundleInfo Modifier and Type Field Description private BundleInfoBundleCapabilityAndLocation. bundleInfoprivate BundleInfoModuleDescriptorWrapper. bundleInfoMethods in org.apache.ivy.osgi.repo that return BundleInfo Modifier and Type Method Description BundleInfoBundleCapabilityAndLocation. getBundleInfo()BundleInfoModuleDescriptorWrapper. getBundleInfo()Methods in org.apache.ivy.osgi.repo with parameters of type BundleInfo Modifier and Type Method Description voidEditableRepoDescriptor. 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 BundleInfoPluginAdapter. featureAsBundle(java.net.URI baseUri, EclipseFeature feature)static BundleInfoPluginAdapter. pluginAsBundle(java.net.URI baseUri, EclipsePlugin plugin)
-