com.github.croesch.micro_debug.gui.argument
Class Help

java.lang.Object
  extended by com.github.croesch.micro_debug.argument.AArgument
      extended by com.github.croesch.micro_debug.gui.argument.Help

public final class Help
extends com.github.croesch.micro_debug.argument.AArgument

Argument to view a help about usage of the debugger

Since:
Date: Feb 28, 2012
Author:
croesch

Method Summary
 boolean execute(String... params)
           
static Help getInstance()
          The singleton instance of this argument.
protected  String name()
           
 
Methods inherited from class com.github.croesch.micro_debug.argument.AArgument
createArgumentList, matches, of, releaseAllResources, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

@NotNull
public static Help getInstance()
The singleton instance of this argument.

Returns:
the single instance of this argument.
Since:
Date: Feb 28, 2012

execute

public boolean execute(String... params)
Specified by:
execute in class com.github.croesch.micro_debug.argument.AArgument

name

@NotNull
protected String name()
Specified by:
name in class com.github.croesch.micro_debug.argument.AArgument


Copyright © 2012. All Rights Reserved.