|
|||||||||
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(java.lang.Object... sourcePaths)
Specifies source files or directories for a copy. |
CopySourceSpec |
from(java.lang.Object sourcePath,
groovy.lang.Closure c)
Specifies the source for a copy and creates a child CopySourceSpec. |
Method Detail |
---|
CopySourceSpec from(java.lang.Object... sourcePaths)
Project.file()
.
Relative paths will be evaluated relative to the project directory.
sourcePaths
- Paths to source directories for the copyCopySourceSpec from(java.lang.Object sourcePath, groovy.lang.Closure c)
Project.file()
.
sourcePath
- Path to source for the copyc
- closure for configuring the child CopySourceSpec
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |