Method | Description | |
---|---|---|
Apply ( [ step, [ workingDir ) : void |
Applies a RemoveStep to a TemporaryDirectory.
|
|
Apply ( [ step, [ localPath, [ workingDir, [ handler ) : void |
Applies a SingleFile to a TemporaryDirectory.
|
|
Apply ( [ step, [ localPath, [ workingDir, [ handler, [ tag = null ) : void |
Applies a Archive to a TemporaryDirectory.
|
Method | Description | |
---|---|---|
Apply ( [ recipe, [ |
||
Apply ( [ step, [ downloadedFile, [ workingDir ) : void |
public static Apply ( [ step, [ workingDir ) : void | ||
step | [ | The |
workingDir | [ | The |
return | void |
public static Apply ( [ step, [ localPath, [ workingDir, [ handler ) : void | ||
step | [ | The |
localPath | [ | The local path of the file. |
workingDir | [ | The |
handler | [ | A callback object used when the the user needs to be informed about progress. |
return | void |
public static Apply ( [ step, [ localPath, [ workingDir, [ handler, [ tag = null ) : void | ||
step | [ | The |
localPath | [ | The local path of the archive. |
workingDir | [ | The |
handler | [ | A callback object used when the the user needs to be informed about progress. |
tag | [ | The |
return | void |