Package org.gradle.api.artifacts
Interface FileCollectionDependency
-
- All Superinterfaces:
Buildable
,Dependency
,SelfResolvingDependency
public interface FileCollectionDependency extends SelfResolvingDependency
AFileCollectionDependency
is aDependency
on a collection of local files which are not stored in a repository.
-
-
Field Summary
-
Fields inherited from interface org.gradle.api.artifacts.Dependency
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileCollection
getFiles()
Returns the files attached to this dependency.-
Methods inherited from interface org.gradle.api.Buildable
getBuildDependencies
-
Methods inherited from interface org.gradle.api.artifacts.Dependency
contentEquals, copy, getGroup, getName, getVersion
-
Methods inherited from interface org.gradle.api.artifacts.SelfResolvingDependency
resolve, resolve
-
-
-
-
Method Detail
-
getFiles
@Incubating FileCollection getFiles()
Returns the files attached to this dependency.- Since:
- 3.3
-
-