TargetWrapper

Undocumented in source.

Constructors

this
this(Path filePath)
Undocumented in source.

Members

Functions

create
Target create()
Undocumented in source. Be warned that the author may not have intended to support it.
setDependencyInstance
void setDependencyInstance(Target target, Target dependency)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dependencies
const(TypeInfo)[] dependencies [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
filePath
Path filePath [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
targetName
string targetName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
wrappedTypeInfo
const(TypeInfo) wrappedTypeInfo [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ITargetWrapper

filePath
Path filePath [@property getter]
Undocumented in source.
targetName
string targetName [@property getter]
Undocumented in source.
wrappedTypeInfo
const(TypeInfo) wrappedTypeInfo [@property getter]
Undocumented in source.
dependencies
const(TypeInfo)[] dependencies [@property getter]
Undocumented in source.
setDependencyInstance
void setDependencyInstance(Target target, Target dependency)
Undocumented in source.
create
Target create()
Undocumented in source.

Meta