Drag[en]gine Script Module DragonScript  1.23
Dragengine.Utils.CommandLineParser Class Reference
Inheritance diagram for Dragengine.Utils.CommandLineParser:

Public Member Functions

String buildCommand (Array list)
 
CommandLineParser new ()
 
Array parseCommand (String command)
 

Detailed Description

Provides support for parsing command lines into an argument list and to build a command line from an argument list.

Member Function Documentation

◆ buildCommand()

String Dragengine.Utils.CommandLineParser.buildCommand ( Array  list)

Build command string from an argument list.

◆ new()

CommandLineParser Dragengine.Utils.CommandLineParser.new ( )

Creates a new object.

◆ parseCommand()

Array Dragengine.Utils.CommandLineParser.parseCommand ( String  command)

Parse a command line string into a list of string arguments.


The documentation for this class was generated from the following file: