com.github.croesch.micro_debug.argument
Class Version

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

public final class Version
extends AArgument

argument to view the version of the debugger

Since:
Date: Feb 28, 2012
Author:
croesch

Method Summary
 boolean execute(java.lang.String... params)
          Executes commands that result in the specific argument.
static Version getInstance()
          The singleton instance of this argument.
protected  java.lang.String name()
          Returns the name of this argument containing only lower case characters and -.
 
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 java.lang.String name()
Description copied from class: AArgument
Returns the name of this argument containing only lower case characters and -.

Specified by:
name in class AArgument
Returns:
the name of this argument.

execute

public boolean execute(java.lang.String... params)
Description copied from class: AArgument
Executes commands that result in the specific argument.

Specified by:
execute in class AArgument
Parameters:
params - the parameters of that argument, in case of the pseudo arguments (prefix ERROR_) this array contains the causes for the error.
Returns:
false, if the argument enforces the application to stop


Copyright © 2012. All Rights Reserved.