public class CopyingFileBundler extends FileBundler
| Constructor and Description |
|---|
CopyingFileBundler(ProjectFilesystem filesystem,
BuildTarget target) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCopySteps(ProjectFilesystem filesystem,
BuildCellRelativePathFactory buildCellRelativePathFactory,
com.google.common.collect.ImmutableList.Builder<Step> steps,
Path relativePath,
Path absolutePath,
Path destination) |
copy, copypublic CopyingFileBundler(ProjectFilesystem filesystem, BuildTarget target)
protected void addCopySteps(ProjectFilesystem filesystem, BuildCellRelativePathFactory buildCellRelativePathFactory, com.google.common.collect.ImmutableList.Builder<Step> steps, Path relativePath, Path absolutePath, Path destination)
addCopySteps in class FileBundler