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 FileGenerator.getFileFor(Generator.OutputType outputType, File destinationDir) Return the File object that should be used as the output file for the given OutputType.protected abstract StringGenerator.getFileNameExtensionFor(Generator.OutputType outputType) Return the file name extension for the given file name (e.g.protected StringIDLGenerator.getFileNameExtensionFor(Generator.OutputType outputType) Return the file name extension for the given file name (e.g.protected StringStubGenerator.getFileNameExtensionFor(Generator.OutputType outputType) Return the file name extension for the given file name (e.g.protected IdentifierGenerator.getOutputId(Generator.OutputType outputType) Return an identifier to use for output.protected IdentifierIDLGenerator.getOutputId(Generator.OutputType ot) Return an Identifier which contains the fully-qualified IDL filename for the given OutputType.private booleanStubGenerator.isStubType(Generator.OutputType outputType) protected abstract voidGenerator.writeOutputFor(Generator.OutputType outputType, HashSet<Type> alreadyChecked, IndentingWriter writer) Write the output for the given OutputFileName into the output stream.protected voidIDLGenerator.writeOutputFor(Generator.OutputType ot, HashSet<Type> alreadyChecked, IndentingWriter p) Write the output for the given OutputFileName into the output stream.protected voidStubGenerator.writeOutputFor(Generator.OutputType outputType, HashSet alreadyChecked, IndentingWriter writer) Write the output for the given OutputFileName into the output stream.protected voidIDLGenerator.writeSequence(Generator.OutputType ot, IndentingWriter p) Write boxedRMI valuetype for a single dimension of an IDL sequence indicated by the given OutputType.private voidStubGenerator.writeStub(Generator.OutputType outputType, IndentingWriter p) Write a stub for the specified type.protected voidStubGenerator.writeTie(Generator.OutputType outputType, IndentingWriter p) Write the Tie for the remote class to a stream.