Class WorkingBundleInfo
java.lang.Object
org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidresolve(List<? extends WorkingBundleInfo> infos) Populates the effective properties (effectiveClassPath,effectiveContents, etc.) while taking into account any embedded bundles.voidsetManifest(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
-