com.threerings.editor.tools
Class StripTask

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

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

Strips classes and properties flagged as strippable from exported files.


Constructor Summary
StripTask()
           
 
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

StripTask

public StripTask()
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.