|
Class Summary |
| ActionScriptUtils |
|
| GenActionScriptStreamableTask |
|
| GenDObjectTask |
Generates necessary additional distributed object declarations and methods. |
| GeneratedSourceMerger |
Merges updates to a generated source file into a previously generated version of that source
while leaving changes outside marked sections alone. |
| GenReceiverTask |
An Ant task for generating invocation receiver marshalling and unmarshalling classes. |
| GenServiceTask |
An Ant task for generating invocation service marshalling and
unmarshalling classes. |
| GenStreamableTask |
Generates readObject() and writeObject() methods for Streamable classes that have protected or private members so that they can be used in a
sandboxed environment. |
| GenTask |
|
| GenUtil |
Utility methods used by our various source code generating tasks. |
| ImportSet |
Manages a set of strings to be used as a set of imports. |
| InstrumentStreamableTask |
Instruments compiled Streamable classes with public methods that can be used to stream
protected and private members when running in a sandboxed JVM. |
| InvocationTask |
A base Ant task for generating invocation service related marshalling and unmarshalling
classes. |
| KeyPairGen |
Generates a RSA public/private key pair and outputs them in a format suitable for a properties
file. |
| SourceFile |
Reads in a source file, allows the replacement of a "generated fields" and "generated methods"
section and writing of the file back out to the disk. |
| StreamableClassRequirements |
|