Uses of Class
com.github.croesch.micro_debug.argument.AArgument

Packages that use AArgument
com.github.croesch.micro_debug.argument   
 

Uses of AArgument in com.github.croesch.micro_debug.argument
 

Subclasses of AArgument in com.github.croesch.micro_debug.argument
 class AError
          Represents an argument to represent an invalid argument.
 class Help
          Argument to view a help about usage of the debugger
 class OutputFile
          argument to specify a file to append the output of the debugger to
 class UnbufferedOutput
          argument that makes the output to be unbuffered
 class UnknownArgument
          argument that signalizes an unknown argument
 class Version
          argument to view the version of the debugger
 class WrongParameterNumberArgument
          argument that signalizes an argument with the wrong number of parameters
 

Methods in com.github.croesch.micro_debug.argument that return AArgument
static AArgument AArgument.of(java.lang.String s)
          Returns the AArgument that matches with the given String.
 

Methods in com.github.croesch.micro_debug.argument that return types with arguments of type AArgument
static java.util.Map<AArgument,java.lang.String[]> AArgument.createArgumentList(java.lang.String[] args)
          Converts a given array of Strings into a Map that contains an entry for each valid AArgument and the possible parameters belonging to it.
static java.util.List<AArgument> AArgument.values()
          Returns the list of arguments that are available.
 



Copyright © 2012. All Rights Reserved.