CopyStep |
|
FileScrubberStep |
Scrub any non-deterministic meta-data from the given file (e.g.
|
FindAndReplaceStep |
|
MakeCleanDirectoryStep |
Deletes the directory, if it exists, before creating it.
|
MakeExecutableStep |
|
MkdirStep |
Command that runs equivalent command of mkdir -p on the specified directory.
|
MoveStep |
|
RmStep |
|
StringTemplateStep |
A step that creates an ST by reading a template from templatePath , calls
configure to configure it, renders it and writes it out to outputPath .
|
SymCopyStep |
This step copies the content of a directory tree through symlinks, copying only directories.
|
SymlinkDirPaths |
|
SymlinkFileStep |
|
SymlinkMapsPaths |
A SymlinkPaths implemented via a static ImmutableMap of destination links to
Path s.
|
SymlinkPackPaths |
|
SymlinkTreeMergeStep |
A step to merge the contents of provided directories into a symlink tree
|
SymlinkTreeStep |
|
TouchStep |
Step that runs touch <filename> in the shell.
|
WriteFileStep |
|
XzMemorySemaphore |
|
XzStep |
A Step to compress a file with XZ / LZMA2.
|
ZstdStep |
A Step to compress a file with zstd
|