public interface FileCollectionDependency extends SelfResolvingDependency
FileCollectionDependency
is a Dependency
on a collection of local files which are not stored in a
repository.ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION
Modifier and Type | Method and Description |
---|---|
FileCollection |
getFiles()
Returns the files attached to this dependency.
|
void |
registerWatchPoints(org.gradle.api.internal.file.FileSystemSubset.Builder builder)
Deprecated.
Use
getFiles() instead. |
resolve, resolve
contentEquals, copy, getGroup, getName, getVersion
getBuildDependencies
@Incubating FileCollection getFiles()
@Deprecated void registerWatchPoints(org.gradle.api.internal.file.FileSystemSubset.Builder builder)
getFiles()
instead.