org.inria.myriads.snoozeclient.parser.api.impl.commands
Interface Command

All Known Implementing Classes:
AddCommand, ClusterCommandBase, DefineCommand, DestroyCommand, DumpCommand, InfoCommand, ListCommand, RemoveCommand, ResumeCommand, ShutdownCommand, StartCommand, SuspendCommand, UndefineCommand, VisualizeCommand

public interface Command

Command interface. Based on the excellent Karl Heinz Marbaise tutorial: http://blog.soebes.de/index.php?/archives/241-Kommandozeile-und-Java.html https://github.com/khmarbaise/cli-test/tree/master/src/main/java/com/soebes/cli/cli_test

Author:
Eugen Feller

Method Summary
 boolean isHelp()
          Checks if help is needed.
 

Method Detail

isHelp

boolean isHelp()
Checks if help is needed.

Returns:
true if needed, false otherwise


Copyright © 2012. All Rights Reserved.