com.threerings.presents.tools
Class InvocationTask

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
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
GenReceiverTask, GenServiceTask

public abstract class InvocationTask
extends GenTask

A base Ant task for generating invocation service related marshalling and unmarshalling classes.


Nested Class Summary
 class InvocationTask.ListenerArgument
          Used to keep track of invocation service method listener arguments.
 class InvocationTask.ServiceMethod
          Used to keep track of invocation service methods or listener methods.
 
Constructor Summary
InvocationTask()
           
 
Method Summary
 void execute()
          Performs the actual work of the task.
 
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

InvocationTask

public InvocationTask()
Method Detail

execute

public void execute()
Description copied from class: GenTask
Performs the actual work of the task.

Overrides:
execute in class GenTask


Copyright © 2011. All Rights Reserved.