public class SmallerTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
SmallerTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet files) |
void |
execute() |
void |
setDebug(boolean debug) |
void |
setFiles(org.apache.tools.ant.types.FileSet files) |
void |
setHost(String host) |
void |
setIn(String in) |
void |
setOptions(String options) |
void |
setOut(String out) |
void |
setPort(String port) |
void |
setProcessor(String processor) |
void |
setProxyhost(String proxyhost) |
void |
setProxyport(String proxyport) |
void |
setTarget(File target) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic final void setProcessor(String processor)
processor - the processor to setpublic final void setIn(String in)
in - the in to setpublic final void setOut(String out)
out - the out to setpublic void setOptions(String options)
options - the options to setpublic final void setHost(String host)
host - the host to setpublic final void setPort(String port)
port - the port to setpublic void setProxyhost(String proxyhost)
proxyhost - the proxyhost to setpublic void setProxyport(String proxyport)
proxyport - the proxyport to setpublic final void setFiles(org.apache.tools.ant.types.FileSet files)
files - the files to setpublic final void addFileset(org.apache.tools.ant.types.FileSet files)
files - public final void setTarget(File target)
target - the target to setpublic final void setDebug(boolean debug)
debug - the debug to setpublic void execute()
execute in class org.apache.tools.ant.TaskTask.execute()Copyright © 2013. All Rights Reserved.