com.threerings.miso.tile.tools
Class CompileFringeConfigurationTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.threerings.miso.tile.tools.CompileFringeConfigurationTask
All Implemented Interfaces:
Cloneable

public class CompileFringeConfigurationTask
extends org.apache.tools.ant.Task

Compile fringe configuration.


Constructor Summary
CompileFringeConfigurationTask()
           
 
Method Summary
 void execute()
           
 void setFringeDef(File fringedef)
           
 void setTarget(File target)
           
 void setTileSetMap(File tsetmap)
           
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompileFringeConfigurationTask

public CompileFringeConfigurationTask()
Method Detail

setTileSetMap

public void setTileSetMap(File tsetmap)

setFringeDef

public void setFringeDef(File fringedef)

setTarget

public void setTarget(File target)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException


Copyright © 2011. All Rights Reserved.