| Constructor and Description |
|---|
RecursiveGet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute()
Execute the command.
|
void |
setLocalDirectory(String localDirectory) |
void |
setOverwriteFiles(boolean overwriteFiles) |
void |
setRemoteDirectory(String remoteDirectory) |
void |
setServerUrl(String serverUrl) |
protected void |
validateAttributes()
This is called prior to
Command.execute() in order to enable the command implementation to validate
the provided attributes. |
executeCommand, getSardine, setTaskprotected void validateAttributes()
throws Exception
Command.execute() in order to enable the command implementation to validate
the provided attributes.validateAttributes in class CommandException - if the command is misconfiguredprotected void execute()
throws Exception
public void setServerUrl(String serverUrl)
public void setRemoteDirectory(String remoteDirectory)
public void setLocalDirectory(String localDirectory)
public void setOverwriteFiles(boolean overwriteFiles)
Copyright © 2019. All rights reserved.