Directory Property
Represents some configurable directory location, whose value is mutable.
You can create a DirectoryProperty using directoryProperty.
Note: This interface is not intended for implementation by build script or plugin authors.
Since
4.3
Functions
Link copied to clipboard
Assign file to a FileSystemLocationProperty with assign operator
Assign file provided by a Provider to a FileSystemLocationProperty with assign operator
Assign value: T to a property with assign operator
Assign value: Provider
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns a RegularFile whose value is the given path resolved relative to the value of this directory.
Link copied to clipboard
Link copied to clipboard
Returns a FileCollection containing the given files, whose locations are the given paths resolved relative to this directory, as defined by files.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns a FileTree that allows the files and directories contained in this directory to be queried.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard