Configurable File Collection
interface ConfigurableFileCollection : FileCollection, HasConfigurableValue, SupportsConvention(source)
A ConfigurableFileCollection
is a mutable FileCollection
.
You can obtain an instance of ConfigurableFileCollection
by calling files or fileCollection.
Note: This interface is not intended for implementation by build script or plugin authors.
Functions
Link copied to clipboard
Link copied to clipboard
Sets the ConfigurableFileCollection to contain the source paths of passed collection. This is the same as calling ConfigurableFileCollection.setFrom(fileCollection: FileCollection).
Link copied to clipboard
Registers some tasks which build the files of this collection.
Link copied to clipboard
Specifies the value to use as the convention (default value) to be used when resolving this file collection, if no source paths are explicitly defined.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Adds a set of source paths to this collection.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the set of tasks which build the files of this collection.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun ConfigurableFileCollection.getValue(receiver: Any?, property: KProperty<*>): ConfigurableFileCollection
Property delegate for ConfigurableFileCollection instances.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the tasks which build the files of this collection.
Link copied to clipboard
operator fun ConfigurableFileCollection.setValue(receiver: Any?, property: KProperty<*>, value: Iterable<*>)
Property delegate for ConfigurableFileCollection instances.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard