|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SourceDirectorySet
A SourceDirectorySet represents a set of source files composed from a set of source directories, along
with associated include and exclude patterns.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.gradle.api.file.FileCollection |
|---|
FileCollection.AntType |
| Method Summary | |
|---|---|
PatternFilterable |
getFilter()
Returns the filter used to select the source from the source directories. |
Set<File> |
getSrcDirs()
Returns the source directories which make up this set. |
Set<DirectoryTree> |
getSrcDirTrees()
Returns the source directory trees which make up this set. |
SourceDirectorySet |
setSrcDirs(Iterable<Object> srcPaths)
Sets the source directories for this set. |
SourceDirectorySet |
source(SourceDirectorySet source)
Adds the given source to this set. |
SourceDirectorySet |
srcDir(Object srcPath)
Adds the given source directory to this set. |
SourceDirectorySet |
srcDirs(Object... srcPaths)
Adds the given source directories to this set. |
| Methods inherited from interface org.gradle.api.file.FileTree |
|---|
getAsFileTree, matching, matching, plus, visit, visit |
| Methods inherited from interface org.gradle.api.file.FileCollection |
|---|
add, addToAntBuilder, addToAntBuilder, asType, contains, filter, filter, getAsPath, getFiles, getSingleFile, isEmpty, minus, plus, stopExecutionIfEmpty |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Methods inherited from interface org.gradle.api.Buildable |
|---|
getBuildDependencies |
| Methods inherited from interface org.gradle.api.tasks.util.PatternFilterable |
|---|
exclude, exclude, exclude, exclude, getExcludes, getIncludes, include, include, include, include, setExcludes, setIncludes |
| Method Detail |
|---|
SourceDirectorySet srcDir(Object srcPath)
srcPath - The source directory. This is evaluated as for Project.file(Object)
SourceDirectorySet srcDirs(Object... srcPaths)
srcPaths - The source directories. These are evaluated as for Project.files(Object...)
Set<File> getSrcDirs()
SourceDirectorySet setSrcDirs(Iterable<Object> srcPaths)
srcPaths - The source directories. These are evaluated as for Project.files(Object...)
SourceDirectorySet source(SourceDirectorySet source)
source - The source to add.
Set<DirectoryTree> getSrcDirTrees()
PatternFilterable getFilter()
*.java.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||