Virtual Method
FoundryCommandprepare
Declaration [src]
DexFuture*
prepare (
FoundryCommand* self,
FoundryBuildPipeline* pipeline,
FoundryProcessLauncher* launcher,
FoundryBuildPipelinePhase phase
)
Description [src]
Prepares launcher
to run self
.
If pipeline
is set, the command may use that to run the command within
a particular environment based on the locality settings.
Parameters
pipeline
-
Type:
FoundryBuildPipeline
An optional
FoundryBuildPipeline
.The argument can be NULL
.The data is owned by the caller of the method. launcher
-
Type:
FoundryProcessLauncher
The data is owned by the caller of the method. phase
-
Type:
FoundryBuildPipelinePhase
The phase of the pipeline.