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