TaskOutputFilePropertyBuilder
, TaskOutputs
@Deprecated public interface CompatibilityAdapterForTaskOutputs
TaskOutputs
interface.Modifier and Type | Method | Description |
---|---|---|
TaskOutputs |
dir(Object path) |
Deprecated.
Registers an output directory for this task.
|
TaskOutputs |
file(Object path) |
Deprecated.
Registers some output file for this task.
|
TaskOutputs |
files(Object... paths) |
Deprecated.
Registers some output files for this task.
|
TaskOutputs files(Object... paths)
paths
- The output files. The given paths are evaluated as per Project.files(Object...)
.TaskOutputs file(Object path)
path
- The output file. The given path is evaluated as per Project.file(Object)
.TaskOutputs dir(Object path)
path
- The output directory. The given path is evaluated as per Project.file(Object)
.