Groovy Documentation

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

org.gradle.api.file.FileCollection
  org.gradle.api.artifacts.Configuration
All Superinterfaces:
FileCollection

public interface Configuration
extends FileCollection

A Configuration represents a group of artifacts and their dependencies.


Method Summary
 
Methods inherited from interface java.lang.Iterable
java.lang.Iterable#iterator()
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Groovy Documentation