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

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

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

argument to view the version of the debugger

Since:
Date: Feb 28, 2012
Author:
croesch

Method Summary
 boolean execute(String... params)
           
static Version 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 Version getInstance()
The singleton instance of this argument.

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

name

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

execute

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


Copyright © 2012. All Rights Reserved.