Package org.ametys.runtime.config
Class ConfigParameterInfo
java.lang.Object
org.ametys.runtime.config.ConfigParameterInfo
Information on a configuration parameter.
-
Constructor Summary
ConstructorDescriptionConfigParameterInfo
(String id, String pluginName, Configuration conf) Create a configuration parameter info. -
Method Summary
Modifier and TypeMethodDescriptionGet the declaring configuration.getId()
Get the parameter ID.Get the declaring plugin name.
-
Constructor Details
-
ConfigParameterInfo
Create a configuration parameter info.- Parameters:
id
- the parameter id.pluginName
- the declaring plugin name.conf
- the configuration.
-
-
Method Details
-
getId
Get the parameter ID.- Returns:
- the parameter ID.
-
getPluginName
Get the declaring plugin name.- Returns:
- the declaring plugin name.
-
getConfiguration
Get the declaring configuration.- Returns:
- the declaring configuration.
-