Groovy Documentation

org.gradle.api.file
[Java] Interface SourceDirectorySet

org.gradle.api.file.SourceDirectorySet
  org.gradle.api.file.FileTree
      org.gradle.api.file.FileCollection
All Superinterfaces:
FileTree, FileCollection

public interface SourceDirectorySet
extends FileTree

A SourceDirectorySet represents a set of source files composed from a set of source directories, along with associated include and exclude patterns.

TODO - configure includes/excludes for individual source dirs, and sync up with CopySpec TODO - allow add FileTree


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