com.threerings.editor.tools
Class ConfigResourcesTask

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

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

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


Constructor Summary
ConfigResourcesTask()
           
 
Method Summary
 void execute()
           
 void setConfigfile(File file)
          Sets the file from which to read the config names.
 void setId(String id)
          Sets the pattern set id.
 void setResourcefile(File file)
          Sets the file from which to read the resource names.
 
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

ConfigResourcesTask

public ConfigResourcesTask()
Method Detail

setId

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


setConfigfile

public void setConfigfile(File file)
Sets the file from which to read the config names.


setResourcefile

public void setResourcefile(File file)
Sets the file from which to read the resource names.


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.