com.threerings.presents.tools
Class GenDObjectTask

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.GenDObjectTask
All Implemented Interfaces:
Cloneable

public class GenDObjectTask
extends GenTask

Generates necessary additional distributed object declarations and methods.


Constructor Summary
GenDObjectTask()
           
 
Method Summary
 void execute()
          Performs the actual work of the task.
 void processClass(File source, Class<?> oclass)
          Processes a resolved distributed object class instance.
 
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

GenDObjectTask

public GenDObjectTask()
Method Detail

execute

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

Overrides:
execute in class GenTask

processClass

public void processClass(File source,
                         Class<?> oclass)
                  throws Exception
Processes a resolved distributed object class instance.

Throws:
Exception


Copyright © 2011. All Rights Reserved.