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

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

public final class ShutdownCommand
extends ClusterCommandBase

Shutdown command.

Author:
Eugen Feller

Constructor Summary
ShutdownCommand()
           
 
Method Summary
 boolean isHelp()
          Checks if help is needed.
 
Methods inherited from class org.inria.myriads.snoozeclient.parser.api.impl.commands.ClusterCommandBase
getVirtualClusterName, getVirtualMachineName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShutdownCommand

public ShutdownCommand()
Method Detail

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.