|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CopySourceSpec
Specifies sources for a file copy.
| Method Summary | |
|---|---|
CopySourceSpec |
from(Object... sourcePaths)
Specifies source files or directories for a copy. |
CopySourceSpec |
from(Object sourcePath,
Closure configureClosure)
Specifies the source files or directories for a copy and creates a child CopySourceSpec. |
| Method Detail |
|---|
CopySourceSpec from(Object... sourcePaths)
Project.files(Object...).
sourcePaths - Paths to source files for the copy
CopySourceSpec from(Object sourcePath,
Closure configureClosure)
CopySourceSpec. The given source
path is evaluated as for Project.files(Object...) .
sourcePath - Path to source for the copyconfigureClosure - closure for configuring the child CopySourceSpec
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||