public class ConfiguredModule extends Object implements Serializable
Constructor and Description |
---|
ConfiguredModule() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getConfiguration()
Gets the module configuration.
|
String |
getName()
Gets the name of the module.
|
boolean |
isEnabled()
Gets the module status.
|
void |
putConfigurationValue(String key,
Object value)
Put a value in the module configuration map.
|
void |
setConfiguration(Map<String,Object> configuration)
Sets the module configuration.
|
void |
setEnabled(boolean enabled)
Sets the module status.
|
void |
setName(String name)
Sets the name of the module.
|
public String getName()
public void setName(String name)
name
- the value to set.public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- the value to set.public Map<String,Object> getConfiguration()
public void setConfiguration(Map<String,Object> configuration)
configuration
- the configuration map to set.Copyright © 2013-2018–2019 SeedStack. All rights reserved.