Uses of Class
org.glassfish.rmic.iiop.Generator.OutputType
Packages that use Generator.OutputType
-
Uses of Generator.OutputType in org.glassfish.rmic.iiop
Methods in org.glassfish.rmic.iiop that return Generator.OutputTypeModifier and TypeMethodDescriptionprotected abstract Generator.OutputType[]
Generator.getOutputTypesFor
(CompoundType topType, HashSet<Type> alreadyChecked) Return an array containing all the file names and types that need to be generated for the given top-level type.protected Generator.OutputType[]
IDLGenerator.getOutputTypesFor
(CompoundType topType, HashSet<Type> alreadyChecked) Return an array of OutputTypes for the IDL files that need to be generated for the given top-level type.protected Generator.OutputType[]
StubGenerator.getOutputTypesFor
(CompoundType topType, HashSet alreadyChecked) Return an array containing all the file names and types that need to be generated for the given top-level type.Methods in org.glassfish.rmic.iiop with parameters of type Generator.OutputTypeModifier and TypeMethodDescriptionprivate File
Generator.getFileFor
(Generator.OutputType outputType, File destinationDir) Return the File object that should be used as the output file for the given OutputType.protected abstract String
Generator.getFileNameExtensionFor
(Generator.OutputType outputType) Return the file name extension for the given file name (e.g.protected String
IDLGenerator.getFileNameExtensionFor
(Generator.OutputType outputType) Return the file name extension for the given file name (e.g.protected 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, HashSet<Type> alreadyChecked, IndentingWriter writer) Write the output for the given OutputFileName into the output stream.protected void
IDLGenerator.writeOutputFor
(Generator.OutputType ot, HashSet<Type> alreadyChecked, IndentingWriter p) Write the output for the given OutputFileName into the output stream.protected void
StubGenerator.writeOutputFor
(Generator.OutputType outputType, 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.