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

inOutCommand
string inOutCommand(string projectPath)
Undocumented in source. Be warned that the author may not have intended to support it.
isLeaf
bool isLeaf()
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.
dependencyFiles
string dependencyFiles [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
implicitFiles
string implicitFiles [@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