|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.core.config.Configurator
public class Configurator
Concrete core implementation of the IConfigurator interface.
Implements the possibilities to configure trusted certificates, VOs and grid
projects. Corresponds to the information defined by extensions to the
eu.geclipse.core.configurator extension point.
| Constructor Summary | |
|---|---|
Configurator()
Standard constructor. |
|
| Method Summary | |
|---|---|
void |
addCertificateLoader(ICertificateLoader loader,
java.net.URI[] repositories)
Add a specific certificate loader to this configurator. |
void |
addProjectConfiguration(java.lang.String projectName,
java.lang.String voName,
java.util.Hashtable<java.lang.String,java.lang.String> projectFolders)
Add a specific project configuration to this configurator. |
void |
addVoCreator(IConfigurableElementCreator creator,
java.lang.String voName,
Configuration configuration)
Add a specific VO creator to this configurator. |
IStatus |
configure(IProgressMonitor monitor)
Start the configuration process. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Configurator()
| Method Detail |
|---|
public void addCertificateLoader(ICertificateLoader loader,
java.net.URI[] repositories)
loader - The loader to be added.repositories - The repository URIs for the specified certificate
loader.
public void addProjectConfiguration(java.lang.String projectName,
java.lang.String voName,
java.util.Hashtable<java.lang.String,java.lang.String> projectFolders)
projectName - The project's name.voName - The name of the project's VO.projectFolders - The project folders.
public void addVoCreator(IConfigurableElementCreator creator,
java.lang.String voName,
Configuration configuration)
creator - The VO creator.voName - The name of the VO.configuration - The VO configuration.
public IStatus configure(IProgressMonitor monitor)
throws ProblemException
IConfigurator
configure in interface IConfiguratormonitor - A progress monitor used to monitor the progress of the
configuration process.
IStatus object containing status information about the
configuration process.
ProblemException - If the configuration failed for some reason.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||