g-Eclipse
Release 1.0.0

eu.geclipse.core.config
Interface IConfigurator

All Known Implementing Classes:
Configurator

public interface IConfigurator

Base interface of the configuration framework. A configurator is used to configure g-Eclipse for the use for a specific middleware or infrastructure. This configuration can contain the import of trusted certificates, the definition of one or more VOs and the generation of one or more grid projects.


Method Summary
 IStatus configure(IProgressMonitor monitor)
          Start the configuration process.
 

Method Detail

configure

IStatus configure(IProgressMonitor monitor)
                  throws ProblemException
Start the configuration process.

Parameters:
monitor - A progress monitor used to monitor the progress of the configuration process.
Returns:
An IStatus object containing status information about the configuration process.
Throws:
ProblemException - If the configuration failed for some reason.

g-Eclipse
Release 1.0.0