com.threerings.tools
Class CompiledConfigTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.threerings.tools.CompiledConfigTask
- All Implemented Interfaces:
- Cloneable
public class CompiledConfigTask
- extends Task
Used to parse configuration information from an XML file and create the
serialized representation that is used by the client and server.
| Methods inherited from class org.apache.tools.ant.Task |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
_configdef
protected File _configdef
_target
protected File _target
_dest
protected File _dest
_parser
protected String _parser
_filesets
protected ArrayList<FileSet> _filesets
CompiledConfigTask
public CompiledConfigTask()
setParser
public void setParser(String parser)
setConfigdef
public void setConfigdef(File configdef)
setTarget
public void setTarget(File target)
setDest
public void setDest(File dest)
addFileset
public void addFileset(FileSet set)
execute
public void execute()
throws BuildException
- Overrides:
execute in class Task
- Throws:
BuildException
getTarget
protected File getTarget(File source)
parse
protected void parse(CompiledConfigParser parser,
File confdef,
File target)
throws BuildException
- Throws:
BuildException