|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.croesch.micro_debug.argument.AArgument
com.github.croesch.micro_debug.argument.OutputFile
public final class OutputFile
argument to specify a file to append the output of the debugger to
| Method Summary | |
|---|---|
boolean |
execute(java.lang.String... params)
Executes commands that result in the specific argument. |
static OutputFile |
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 |
|---|
@NotNull public static OutputFile getInstance()
public boolean execute(java.lang.String... params)
AArgument
execute in class AArgumentparams - the parameters of that argument, in case of the pseudo arguments (prefix ERROR_) this array contains
the causes for the error.
false, if the argument enforces the application to stop@NotNull protected java.lang.String name()
AArgument
name in class AArgument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||