com.threerings.tudey.tools
Class SceneResourcesTask

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

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

An Ant task that gathers all resources referenced by a group of scenes and puts them in a pattern set.


Constructor Summary
SceneResourcesTask()
           
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet set)
          Adds a fileset to the list of sets to process.
 void execute()
           
 void setId(String id)
          Sets the pattern set id.
 
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

SceneResourcesTask

public SceneResourcesTask()
Method Detail

setId

public void setId(String id)
Sets the pattern set id.


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.