com.threerings.miso.tile.tools
Class CompileFringeConfigurationTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.threerings.miso.tile.tools.CompileFringeConfigurationTask
- All Implemented Interfaces:
- Cloneable
public class CompileFringeConfigurationTask
- extends Task
Compile fringe configuration.
| 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 |
_tsetmap
protected File _tsetmap
_fringedef
protected File _fringedef
_target
protected File _target
CompileFringeConfigurationTask
public CompileFringeConfigurationTask()
setTileSetMap
public void setTileSetMap(File tsetmap)
setFringeDef
public void setFringeDef(File fringedef)
setTarget
public void setTarget(File target)
execute
public void execute()
throws BuildException
- Overrides:
execute in class Task
- Throws:
BuildException