com.threerings.export.tools
Class XMLToBinaryTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.threerings.export.tools.XMLToBinaryTask
All Implemented Interfaces:
Cloneable

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

Converts XML export files into binary export files.


Constructor Summary
XMLToBinaryTask()
           
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet set)
          Adds a fileset to the list of sets to process.
 void execute()
           
 void setCompress(boolean compress)
          Sets whether or not to compress the resulting files.
 void setDest(File dest)
          Sets the destination directory to which generated files will be written.
 
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

XMLToBinaryTask

public XMLToBinaryTask()
Method Detail

setDest

public void setDest(File dest)
Sets the destination directory to which generated files will be written.


setCompress

public void setCompress(boolean compress)
Sets whether or not to compress the resulting files.


addFileset

public void addFileset(org.apache.tools.ant.types.FileSet set)
Adds a fileset to the list of sets to process.


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.