private java.io.File |
Generator.getFileFor(Generator.OutputType outputType,
java.io.File destinationDir) |
Return the File object that should be used as the output file
for the given OutputType.
|
protected abstract java.lang.String |
Generator.getFileNameExtensionFor(Generator.OutputType outputType) |
Return the file name extension for the given file name (e.g.
|
protected java.lang.String |
IDLGenerator.getFileNameExtensionFor(Generator.OutputType outputType) |
Return the file name extension for the given file name (e.g.
|
protected java.lang.String |
StubGenerator.getFileNameExtensionFor(Generator.OutputType outputType) |
Return the file name extension for the given file name (e.g.
|
protected Identifier |
Generator.getOutputId(Generator.OutputType outputType) |
Return an identifier to use for output.
|
protected Identifier |
IDLGenerator.getOutputId(Generator.OutputType ot) |
Return an Identifier which contains the fully-qualified IDL filename
for the given OutputType.
|
private boolean |
StubGenerator.isStubType(Generator.OutputType outputType) |
|
protected abstract void |
Generator.writeOutputFor(Generator.OutputType outputType,
java.util.HashSet<Type> alreadyChecked,
IndentingWriter writer) |
Write the output for the given OutputFileName into the output stream.
|
protected void |
IDLGenerator.writeOutputFor(Generator.OutputType ot,
java.util.HashSet<Type> alreadyChecked,
IndentingWriter p) |
Write the output for the given OutputFileName into the output stream.
|
protected void |
StubGenerator.writeOutputFor(Generator.OutputType outputType,
java.util.HashSet alreadyChecked,
IndentingWriter writer) |
Write the output for the given OutputFileName into the output stream.
|
protected void |
IDLGenerator.writeSequence(Generator.OutputType ot,
IndentingWriter p) |
Write boxedRMI valuetype for a single dimension of an IDL sequence
indicated by the given OutputType.
|
private void |
StubGenerator.writeStub(Generator.OutputType outputType,
IndentingWriter p) |
Write a stub for the specified type.
|
protected void |
StubGenerator.writeTie(Generator.OutputType outputType,
IndentingWriter p) |
Write the Tie for the remote class to a stream.
|