Procedural File: Commandline.php
Source Location: /types/Commandline.php
Classes:
Commandline
Commandline objects help handling command lines specifying processes to execute.
CommandlineArgument
"Inner" class used for nested xml command line definitions.
CommandlineMarker
Class to keep track of the position of an Argument.
Page Details:
Commandline objects help handling command lines specifying processes to execute.
The class can be used to define a command line as nested elements or as a helper to define a command line by an application. <p>
<someelement><br>
<acommandline executable="/executable/to/run"><br>
<argument value="argument 1" /><br>
<argument line="argument_1 argument_2 argument_3" /><br>
<argument value="argument 4" /><br>
</acommandline><br>
</someelement><br>
The element someelement
must provide a method createAcommandline
which returns an instance of this class.
Tags:
|