net.sf.antcontrib.antserver.commands

Class SendFileCommand

public class SendFileCommand extends AbstractCommand implements Command

Place class description here.

Since:

Author: Matthew Inger

Method Summary
booleanexecute(Project project, long contentLength, InputStream content)
longgetContentLength()
InputStreamgetContentStream()
FilegetFile()
StringgetTodir()
StringgetTofile()
voidsetFile(File file)
voidsetTodir(String todir)
voidsetTofile(String tofile)
voidvalidate(Project project)

Method Detail

execute

public boolean execute(Project project, long contentLength, InputStream content)

getContentLength

public long getContentLength()

getContentStream

public InputStream getContentStream()

getFile

public File getFile()

getTodir

public String getTodir()

getTofile

public String getTofile()

setFile

public void setFile(File file)

setTodir

public void setTodir(String todir)

setTofile

public void setTofile(String tofile)

validate

public void validate(Project project)