Uses of Interface
provided.token.ITokVisitorCmd

Packages that use ITokVisitorCmd
provided.token   
 

Uses of ITokVisitorCmd in provided.token
 

Fields in provided.token declared as ITokVisitorCmd
private  ITokVisitorCmd ATokVisitor.defaultCmd
          The default command to use if there are no command associated with the given host id.
 

Fields in provided.token with type parameters of type ITokVisitorCmd
private  java.util.Map<java.lang.String,ITokVisitorCmd> ATokVisitor.cmds
          The dictionary mapping token id's (names) to associated commands.
 

Methods in provided.token with parameters of type ITokVisitorCmd
 void ATokVisitor.addCmd(java.lang.String id, ITokVisitorCmd cmd)
          Add a new cmd or replace an existing cmd associated with the given host id.
 

Constructors in provided.token with parameters of type ITokVisitorCmd
ATokVisitor(ITokVisitorCmd defaultCmd)
          Constructor that sets the default cmd to the given command.