Project:dool
Class List Class Hierarchy
Summary: Ctors Methods

Module dool.util.CommandLineParser

Class CommandLineParser

Implemented interfaces:

class CommandLineParser

As I'm unsure how common this will be for now it contains only convertion char[][] into char** and String[]

Constructor Summary

Methods Summary
static char** getCommandLine(char args)
          get the C version of command line in the format char**
static String getDoolCommandLine(char args)
          gets the dool version of he command line in the format String[]


static char** getCommandLine(char[][] args)
/** * get the C version of command line in the format char** */
static String [] getDoolCommandLine(char[][] args)
/** * gets the dool version of he command line in the format String[] */