|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | 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 |
---|
public CopySourceSpec from(Object... sourcePaths)
sourcePaths
- Paths to source files for the copy
public CopySourceSpec from(Object sourcePath, Closure configureClosure)
sourcePath
- Path to source for the copyconfigureClosure
- closure for configuring the child CopySourceSpec
Gradle API 1.12