|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.threerings.presents.tools.GenTask
com.threerings.presents.tools.InvocationTask
com.threerings.presents.tools.GenServiceTask
com.threerings.presents.tools.cpp.GenCPPServiceTask
public class GenCPPServiceTask
| 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 |
|---|
protected File _cpproot
protected static final String HEADER_TMPL
protected static final String CPP_TMPL
| Constructor Detail |
|---|
public GenCPPServiceTask()
| Method Detail |
|---|
public void setCpproot(File asroot)
protected void generateMarshaller(File source,
GenServiceTask.ServiceDescription sdesc)
throws Exception
generateMarshaller in class GenServiceTaskException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||