com.threerings.media.tile.bundle.tools
Class DirectoryTileSetBundlerTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.threerings.media.tile.bundle.tools.TileSetBundlerTask
              extended by com.threerings.media.tile.bundle.tools.DirectoryTileSetBundlerTask
All Implemented Interfaces:
Cloneable

public class DirectoryTileSetBundlerTask
extends TileSetBundlerTask

Ant task for creating tileset bundles that are placed in a specified directory instead of wrapped up in a fancy jar file.


Constructor Summary
DirectoryTileSetBundlerTask()
           
 
Method Summary
 void execute()
          Performs the actual work of the task.
 void setDeployDir(File deployDir)
          Sets the path to the directory in which we'll be putting our bundle's files.
 
Methods inherited from class com.threerings.media.tile.bundle.tools.TileSetBundlerTask
addFileset, setConfig, setKeepRawPngs, setMapfile, setUncompressed
 
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

DirectoryTileSetBundlerTask

public DirectoryTileSetBundlerTask()
Method Detail

setDeployDir

public void setDeployDir(File deployDir)
Sets the path to the directory in which we'll be putting our bundle's files.


execute

public void execute()
             throws org.apache.tools.ant.BuildException
Description copied from class: TileSetBundlerTask
Performs the actual work of the task.

Overrides:
execute in class TileSetBundlerTask
Throws:
org.apache.tools.ant.BuildException


Copyright © 2011. All Rights Reserved.