Class WorkingBundleInfo
java.lang.Object
org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
WorkingBundleInfo
-
-
Method Details
-
getOriginalLocation
-
getManifest
-
setManifest
-
getImmediateBundleContents
-
getImmediateClassPath
-
getImmediateNativeLibraries
-
getEmbeddedBundles
-
getEffectiveClassPath
-
getEffectiveNativeLibraries
-
getEffectiveContents
-
resolve
Populates the effective properties (effectiveClassPath
,effectiveContents
, etc.) while taking into account any embedded bundles.- Throws:
ConfigurationException
-