Class WorkingBundleInfo
- java.lang.Object
-
- org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
public class WorkingBundleInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description WorkingBundleInfo(String originalLocation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
WorkingBundleInfo
public WorkingBundleInfo(String originalLocation)
-
-
Method Detail
-
getOriginalLocation
public String getOriginalLocation()
-
getManifest
public ConnectorBundleManifest getManifest()
-
setManifest
public void setManifest(ConnectorBundleManifest manifest)
-
getEmbeddedBundles
public List<WorkingBundleInfo> getEmbeddedBundles()
-
resolve
public static void resolve(List<? extends WorkingBundleInfo> infos) throws ConfigurationException
Populates the effective properties (effectiveClassPath
,effectiveContents
, etc.) while taking into account any embedded bundles.- Throws:
ConfigurationException
-
-