org.identityconnectors.framework.impl.api.local
Class ConnectorBundleManifestParser

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser

public final class ConnectorBundleManifestParser
extends Object


Constructor Summary
ConnectorBundleManifestParser(String fileName, Manifest manifest)
           
 
Method Summary
 ConnectorBundleManifest parse()
          Parses the manifest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorBundleManifestParser

public 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.


Copyright © 2011. All Rights Reserved.