public class WorkingBundleInfo extends Object
| Constructor and Description | 
|---|
| WorkingBundleInfo(String originalLocation) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<URL> | getEffectiveClassPath() | 
| Set<String> | getEffectiveContents() | 
| Map<String,String> | getEffectiveNativeLibraries() | 
| List<WorkingBundleInfo> | getEmbeddedBundles() | 
| Set<String> | getImmediateBundleContents() | 
| List<URL> | getImmediateClassPath() | 
| Map<String,String> | getImmediateNativeLibraries() | 
| ConnectorBundleManifest | getManifest() | 
| String | getOriginalLocation() | 
| static void | resolve(List<? extends WorkingBundleInfo> infos)Populates the effective properties ( effectiveClassPath,effectiveContents, etc.) while taking into account any
 embedded bundles. | 
| void | setManifest(ConnectorBundleManifest manifest) | 
public WorkingBundleInfo(String originalLocation)
public String getOriginalLocation()
public ConnectorBundleManifest getManifest()
public void setManifest(ConnectorBundleManifest manifest)
public List<WorkingBundleInfo> getEmbeddedBundles()
public static void resolve(List<? extends WorkingBundleInfo> infos) throws ConfigurationException
effectiveClassPath,
 effectiveContents, etc.) while taking into account any
 embedded bundles.ConfigurationExceptionCopyright © 2022. All rights reserved.