org.inria.myriads.snoozeclient.parser.api.impl.commands
Class ListCommand

java.lang.Object
  extended by org.inria.myriads.snoozeclient.parser.api.impl.commands.ListCommand
All Implemented Interfaces:
Command

public final class ListCommand
extends Object

List command.

Author:
Eugen Feller

Constructor Summary
ListCommand()
           
 
Method Summary
 String getVirtualClusterName()
          Returns the virtual cluster name.
 boolean isHelp()
          Checks if help is needed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListCommand

public ListCommand()
Method Detail

getVirtualClusterName

public String getVirtualClusterName()
Returns the virtual cluster name.

Returns:
The virtual cluster name

isHelp

public boolean isHelp()
Checks if help is needed.

Specified by:
isHelp in interface Command
Returns:
true if needed, false otherwise


Copyright © 2012. All Rights Reserved.