com.threerings.presents.tools.cpp
Class GenCPPServiceTask

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.GenServiceTask
                      extended by com.threerings.presents.tools.cpp.GenCPPServiceTask
All Implemented Interfaces:
Cloneable

public class GenCPPServiceTask
extends GenServiceTask


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.presents.tools.GenServiceTask
GenServiceTask.Adapter, GenServiceTask.Providerless, GenServiceTask.ServiceDescription, GenServiceTask.ServiceListener
 
Nested classes/interfaces inherited from class com.threerings.presents.tools.InvocationTask
InvocationTask.ListenerArgument, InvocationTask.ServiceMethod
 
Field Summary
protected  File _cpproot
           
protected static String CPP_TMPL
           
protected static String HEADER_TMPL
           
 
Fields inherited from class com.threerings.presents.tools.GenServiceTask
_aslistenerAdapters, _asroot, _providerless, _verbose, AS_LISTENER_ADAPTER_SERVICE_TMPL, AS_LISTENER_MARSHALLER_TMPL, AS_LISTENER_SERVICE_TMPL, AS_MARSHALLER_TMPL, AS_SERVICE_TMPL, DISPATCHER_TMPL, MARSHALLER_TMPL, PROVIDER_TMPL
 
Fields inherited from class com.threerings.presents.tools.InvocationTask
_iclient, _ilistener
 
Fields inherited from class com.threerings.presents.tools.GenTask
_checking, _cloader, _filesets, _header, _modifiedPaths, EOL
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
GenCPPServiceTask()
           
 
Method Summary
protected  void generateMarshaller(File source, GenServiceTask.ServiceDescription sdesc)
           
 void setCpproot(File asroot)
           
 
Methods inherited from class com.threerings.presents.tools.GenServiceTask
createAdapter, createProviderless, generateDispatcher, generateProvider, getGeneratedAnnotation, processClass, setAsroot, setVerbose
 
Methods inherited from class com.threerings.presents.tools.InvocationTask
checkedAdd, createAndGatherImports, execute, replacePath
 
Methods inherited from class com.threerings.presents.tools.GenTask
addFileset, convertEols, createMap, loadClass, loadClass, mergeTemplate, mergeTemplate, setChecking, setClasspathref, setHeader, wouldProduceSameFile, writeFile, writeTemplate, writeTemplate
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_cpproot

protected File _cpproot

HEADER_TMPL

protected static final String HEADER_TMPL
See Also:
Constant Field Values

CPP_TMPL

protected static final String CPP_TMPL
See Also:
Constant Field Values
Constructor Detail

GenCPPServiceTask

public GenCPPServiceTask()
Method Detail

setCpproot

public void setCpproot(File asroot)

generateMarshaller

protected void generateMarshaller(File source,
                                  GenServiceTask.ServiceDescription sdesc)
                           throws Exception
Overrides:
generateMarshaller in class GenServiceTask
Throws:
Exception