Groovy Documentation

org.gradle.api.artifacts
[Java] Interface FileCollectionDependency

org.gradle.api.Buildable
  org.gradle.plugins.idea.model.Dependency
      org.gradle.api.artifacts.SelfResolvingDependency
          org.gradle.api.artifacts.FileCollectionDependency
All Superinterfaces:
Buildable, Dependency, SelfResolvingDependency

public interface FileCollectionDependency
extends SelfResolvingDependency

A FileCollectionDependency is a Dependency on a collection of local files which are not stored in a repository.


Method Summary
 
Methods inherited from interface SelfResolvingDependency
resolve, resolve
 
Methods inherited from interface Buildable
getBuildDependencies
 
Methods inherited from interface Dependency
addToNode
 

Groovy Documentation