Package | Description |
---|---|
provided.token |
Modifier and Type | Field and Description |
---|---|
private ITokVisitorCmd |
ATokVisitor.defaultCmd
The default command to use if there are no command associated with the given host id.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ITokVisitorCmd> |
ATokVisitor.cmds
The dictionary mapping token id's (names) to associated commands.
|
Modifier and Type | Method and Description |
---|---|
void |
ATokVisitor.addCmd(java.lang.String id,
ITokVisitorCmd cmd)
Add a new cmd or replace an existing cmd associated with the given host id.
|
Constructor and Description |
---|
ATokVisitor(ITokVisitorCmd defaultCmd)
Constructor that sets the default cmd to the given command.
|