com.threerings.tools
Class CompiledConfigTask

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

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

Used to parse configuration information from an XML file and create the serialized representation that is used by the client and server.


Constructor Summary
CompiledConfigTask()
           
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet set)
           
 void execute()
           
 void setConfigdef(File configdef)
           
 void setDest(File dest)
           
 void setParser(String parser)
           
 void setTarget(File target)
           
 
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

CompiledConfigTask

public CompiledConfigTask()
Method Detail

setParser

public void setParser(String parser)

setConfigdef

public void setConfigdef(File configdef)

setTarget

public void setTarget(File target)

setDest

public void setDest(File dest)

addFileset

public void addFileset(org.apache.tools.ant.types.FileSet set)

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.