Uses of Class
org.inria.myriads.snoozeclient.parser.commands.ClientCommand

Packages that use ClientCommand
org.inria.myriads.snoozeclient.parser.api.impl   
org.inria.myriads.snoozeclient.parser.commands   
org.inria.myriads.snoozeclient.parser.output   
 

Uses of ClientCommand in org.inria.myriads.snoozeclient.parser.api.impl
 

Methods in org.inria.myriads.snoozeclient.parser.api.impl that return ClientCommand
 ClientCommand JCommanderCLI.getCommand()
          Returns the parsed command.
 

Uses of ClientCommand in org.inria.myriads.snoozeclient.parser.commands
 

Methods in org.inria.myriads.snoozeclient.parser.commands that return ClientCommand
static ClientCommand ClientCommand.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClientCommand[] ClientCommand.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ClientCommand in org.inria.myriads.snoozeclient.parser.output
 

Methods in org.inria.myriads.snoozeclient.parser.output that return ClientCommand
 ClientCommand ParserOutput.getClientCommand()
          Returns the VM command.
 

Methods in org.inria.myriads.snoozeclient.parser.output with parameters of type ClientCommand
 void ParserOutput.setClientCommand(ClientCommand clientCommand)
          Sets the client command.
 



Copyright © 2012. All Rights Reserved.