com.threerings.presents.tools
Class GenReceiverTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.threerings.presents.tools.GenTask
              extended by com.threerings.presents.tools.InvocationTask
                  extended by com.threerings.presents.tools.GenReceiverTask
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
GenCPPReceiverTask

public class GenReceiverTask
extends InvocationTask

An Ant task for generating invocation receiver marshalling and unmarshalling classes.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.presents.tools.InvocationTask
InvocationTask.ListenerArgument, InvocationTask.ServiceMethod
 
Constructor Summary
GenReceiverTask()
           
 
Method Summary
 void processClass(File source, Class<?> receiver)
          Process a class found from the given source file that was on the filesets given to this task.
 void setAsroot(File asroot)
          Configures the path to our ActionScript source files.
 
Methods inherited from class com.threerings.presents.tools.InvocationTask
execute
 
Methods inherited from class com.threerings.presents.tools.GenTask
addFileset, setChecking, setClasspathref, setHeader
 
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

GenReceiverTask

public GenReceiverTask()
Method Detail

setAsroot

public void setAsroot(File asroot)
Configures the path to our ActionScript source files.


processClass

public void processClass(File source,
                         Class<?> receiver)
                  throws Exception
Description copied from class: GenTask
Process a class found from the given source file that was on the filesets given to this task.

Throws:
Exception


Copyright © 2011. All Rights Reserved.