|
|||||||||
| 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.GenReceiverTask
com.threerings.presents.tools.cpp.GenCPPReceiverTask
public class GenCPPReceiverTask
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.presents.tools.InvocationTask |
|---|
InvocationTask.ListenerArgument, InvocationTask.ServiceMethod |
| Field Summary | |
|---|---|
protected File |
_cpproot
|
protected static String |
DECODER_CPP_TMPL
|
protected static String |
DECODER_HEADER_TMPL
|
protected static String |
RECEIVER_HEADER_TMPL
|
| Fields inherited from class com.threerings.presents.tools.GenReceiverTask |
|---|
_asroot, AS_DECODER_TMPL, AS_RECEIVER_TMPL, DECODER_TMPL, SENDER_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 | |
|---|---|
GenCPPReceiverTask()
|
|
| Method Summary | |
|---|---|
protected void |
generateDecoder(Class<?> receiver,
File source,
String rname,
String rpackage,
List<InvocationTask.ServiceMethod> methods,
ImportSet imports,
String rcode)
|
void |
setCpproot(File asroot)
|
| Methods inherited from class com.threerings.presents.tools.GenReceiverTask |
|---|
generateSender, processClass, setAsroot |
| 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 RECEIVER_HEADER_TMPL
protected static final String DECODER_HEADER_TMPL
protected static final String DECODER_CPP_TMPL
| Constructor Detail |
|---|
public GenCPPReceiverTask()
| Method Detail |
|---|
public void setCpproot(File asroot)
protected void generateDecoder(Class<?> receiver,
File source,
String rname,
String rpackage,
List<InvocationTask.ServiceMethod> methods,
ImportSet imports,
String rcode)
throws Exception
generateDecoder in class GenReceiverTaskException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||