| Type | Name and description |
|---|---|
java.io.File |
destination |
| Constructor and description |
|---|
RecursiveReceiver
(java.io.File destination1, groovy.lang.Closure<java.lang.Boolean> filter1) |
| Type | Name and description |
|---|---|
java.io.File |
createFile(java.lang.String name)Called when the remote file is found. |
void |
enterDirectory(java.lang.String name)Called when it entered into the remote directory. |
void |
leaveDirectory()Called when it left from the remote directory. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Called when the remote file is found.
Called when it entered into the remote directory.
Called when it left from the remote directory.
Groovy Documentation