Class ConnectorBundleManifestParser
- java.lang.Object
-
- org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser
-
public final class ConnectorBundleManifestParser extends Object
-
-
Constructor Summary
Constructors Constructor Description ConnectorBundleManifestParser(String fileName, Manifest manifest)
-
-
-
Method Detail
-
parse
public ConnectorBundleManifest parse() throws ConfigurationException
Parses the manifest.- Returns:
- The manifest. Note that the classes/classloaders will not be populated yet. That is to be done at a higher-level.
- Throws:
ConfigurationException
- if there were any structural problems.
-
-