g-Eclipse
Release 1.0.0

eu.geclipse.core.config
Class ConfiguratorFactory

java.lang.Object
  extended by eu.geclipse.core.config.ConfiguratorFactory

public class ConfiguratorFactory
extends java.lang.Object

Factory class for IConfigurators.


Constructor Summary
ConfiguratorFactory()
           
 
Method Summary
static IConfigurator createConfigurator(IConfigurationElement element)
          Create an IConfigurator from the specified IConfigurationElement.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguratorFactory

public ConfiguratorFactory()
Method Detail

createConfigurator

public static IConfigurator createConfigurator(IConfigurationElement element)
                                        throws ProblemException
Create an IConfigurator from the specified IConfigurationElement. This element has to correspond to an extension of the eu.geclipse.core.configurator extension point.

Parameters:
element - The configurator extension.
Returns:
An IConfiguration object corresponding to the specified extension.
Throws:
ProblemException - If the configuration could not be parsed.

g-Eclipse
Release 1.0.0