| Package | Description | 
|---|---|
| provided.token | 
| Modifier and Type | Field and Description | 
|---|---|
| private ITokVisitorCmd | ATokVisitor. defaultCmdThe 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. cmdsThe 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. |