public interface PluginConfiguration
| Modifier and Type | Method and Description |
|---|---|
void |
initConnection()
Inits the connection
|
boolean |
isConfigured()
Checks if the plugin is already configured
|
void |
release()
Release the plugin.
|
void |
setConfiguration(Object configuration)
Sets the configuration.
|
StringBuilder |
validate()
Validates the parameters in the configuration file.
|
StringBuilder validate()
void setConfiguration(Object configuration)
configuration - configuration parametersboolean isConfigured()
void initConnection()
throws DoiRuntimeException
DoiRuntimeException - When an connection error happensvoid release()
Copyright © 2017–2020 CNES. All rights reserved.