CommandlineArgument

"Inner" class used for nested xml command line definitions.

package

phing.types

Methods

__construct

__construct(\Commandline $outer) 

Arguments

$outer

\Commandline

Sets a single commandline argument.

setValue(string $value) 

Arguments

$value

string

a single commandline argument.

Line to split into several commandline arguments.

setLine($line) 

Arguments

$line

Sets a single commandline argument and treats it like a PATH - ensures the right separator for the local platform is used.

setPath($value) 

Arguments

$value

Sets a single commandline argument to the absolute filename of the given file.

setFile(\PhingFile $value) 

Arguments

$value

\PhingFile

Returns the parts this Argument consists of.

getParts() : array

Response

array

string[]

Properties

parts

parts : 

outer

outer :