|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface CopySourceSpec
Specifies sources for a file copy
Method Summary | |
---|---|
CopySourceSpec
|
from(java.lang.Object sourcePaths)
Specifies source files or directories for a copy. |
CopySourceSpec
|
from(java.lang.Object sourcePath, Closure c)
Specifies the source for a copy and creates a child CopySourceSpec. |
Method Detail |
---|
public CopySourceSpec from(java.lang.Object sourcePaths)
public CopySourceSpec from(java.lang.Object sourcePath, Closure c)
Groovy Documentation