Target

Undocumented in source.

Constructors

this
this(string output)
Undocumented in source.
this
this(string output, string command, Target dependency, Target[] implicits)
Undocumented in source.
this
this(string output, string command, Target[] dependencies, Target[] implicits)
Undocumented in source.
this
this(string[] outputs, string command, Target[] dependencies, Target[] implicits)
Undocumented in source.

Members

Functions

isLeaf
bool isLeaf()
Undocumented in source. Be warned that the author may not have intended to support it.
outputsInProjectPath
string[] outputsInProjectPath(string projectPath)
Undocumented in source. Be warned that the author may not have intended to support it.
rawCmdString
string rawCmdString(string projectPath)
Undocumented in source. Be warned that the author may not have intended to support it.
shellCommand
string shellCommand(string projectPath)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

command
string command [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
dependencyFilesString
string dependencyFilesString [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
implicitFilesString
string implicitFilesString [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dependencies
const(Target)[] dependencies;
Undocumented in source.
implicits
const(Target)[] implicits;
Undocumented in source.
outputs
const(string)[] outputs;
Undocumented in source.

Meta