java.lang.Object
nectar.reda.client.action.ClientAction
nectar.reda.client.action.ClientCommandAction
nectar.reda.client.action.GetModuleList
- All Implemented Interfaces:
- java.io.Serializable
- public class GetModuleList
- extends ClientCommandAction
Retrieves the [module-name] => [version] mapping of the modules available on the
server.
| Fields inherited from class nectar.reda.client.action.ClientAction |
|
|
Constructor Summary |
GetModuleList()
Creates a new instance of GetModuleList |
|
Method Summary |
java.util.Map |
getModuleMap()
after execution, returns the [module-name] => [version] mapping of the modules available on the server. |
void |
setModuleMap(java.util.Map m)
sets the [module-name] => [version] mapping of the modules available on the server. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
modMap
private java.util.Map modMap
GetModuleList
public GetModuleList()
- Creates a new instance of GetModuleList
getModuleMap
public java.util.Map getModuleMap()
- after execution, returns the [module-name] => [version] mapping of the modules available on the server.
setModuleMap
public void setModuleMap(java.util.Map m)
- sets the [module-name] => [version] mapping of the modules available on the server.