Uses of Class
org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
Packages that use WorkingBundleInfo Package Description org.identityconnectors.framework.impl.api.local -
-
Uses of WorkingBundleInfo in org.identityconnectors.framework.impl.api.local
Methods in org.identityconnectors.framework.impl.api.local that return types with arguments of type WorkingBundleInfo Modifier and Type Method Description List<WorkingBundleInfo>
WorkingBundleInfo. getEmbeddedBundles()
Method parameters in org.identityconnectors.framework.impl.api.local with type arguments of type WorkingBundleInfo Modifier and Type Method Description static void
WorkingBundleInfo. resolve(List<? extends WorkingBundleInfo> infos)
Populates the effective properties (effectiveClassPath
,effectiveContents
, etc.) while taking into account any embedded bundles.
-