Package | Description |
---|---|
edu.uoc.myst.configuration.xml |
Modifier and Type | Method and Description |
---|---|
CommandData |
ObjectFactory.createCommandData()
Create an instance of
CommandData |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,CommandData> |
MystConfiguration.getCommands()
Gets the value of the actions property.
|
java.util.List<CommandData> |
CommandMapper.getCommands()
Gets the value of the command property.
|
java.util.Map<java.lang.String,CommandData> |
CommandMapperAdapter.unmarshal(CommandMapper commandMapper) |
Modifier and Type | Method and Description |
---|---|
CommandMapper |
CommandMapperAdapter.marshal(java.util.Map<java.lang.String,CommandData> commands) |
void |
MystConfiguration.setCommands(java.util.Map<java.lang.String,CommandData> value)
Sets the value of the actions property.
|