public class GateConfiguratorService
extends java.lang.Object
implements org.ow2.weblab.core.services.Configurable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_SERVICE_URI
The default service URI to be used.
|
static java.lang.String |
GAPP_FILE_PATH_PROPERTY
The predicate of the configuration property
|
| Constructor and Description |
|---|
GateConfiguratorService()
Default constructor, using DEFAULT_SERVICE_URI as serviceURI
|
GateConfiguratorService(java.lang.String serviceURI) |
| Modifier and Type | Method and Description |
|---|---|
org.ow2.weblab.core.services.configurable.ConfigureReturn |
configure(org.ow2.weblab.core.services.configurable.ConfigureArgs args) |
org.ow2.weblab.core.services.configurable.ResetConfigurationReturn |
resetConfiguration(org.ow2.weblab.core.services.configurable.ResetConfigurationArgs args) |
public static final java.lang.String DEFAULT_SERVICE_URI
public static final java.lang.String GAPP_FILE_PATH_PROPERTY
public GateConfiguratorService()
public GateConfiguratorService(java.lang.String serviceURI)
serviceURI - The serviceURI to be setpublic org.ow2.weblab.core.services.configurable.ConfigureReturn configure(org.ow2.weblab.core.services.configurable.ConfigureArgs args)
throws org.ow2.weblab.core.services.InvalidParameterException
configure in interface org.ow2.weblab.core.services.Configurableorg.ow2.weblab.core.services.InvalidParameterExceptionpublic org.ow2.weblab.core.services.configurable.ResetConfigurationReturn resetConfiguration(org.ow2.weblab.core.services.configurable.ResetConfigurationArgs args)
throws org.ow2.weblab.core.services.InvalidParameterException
resetConfiguration in interface org.ow2.weblab.core.services.Configurableorg.ow2.weblab.core.services.InvalidParameterExceptionCopyright © 2004-2012. All Rights Reserved.