net.sf.antcontrib.antserver.commands
public class SendFileCommand extends AbstractCommand implements Command
Since:
Method Summary | |
---|---|
boolean | execute(Project project, long contentLength, InputStream content) |
long | getContentLength() |
InputStream | getContentStream() |
File | getFile() |
String | getTodir() |
String | getTofile() |
void | setFile(File file) |
void | setTodir(String todir) |
void | setTofile(String tofile) |
void | validate(Project project) |