| Package | Description |
|---|---|
| sun.rmi.rmic | |
| sun.rmi.rmic.iiop |
| Modifier and Type | Method and Description |
|---|---|
BatchEnvironment |
Main.getEnv()
Get the correct type of BatchEnvironment
|
| Modifier and Type | Method and Description |
|---|---|
void |
Main.compileAllClasses(BatchEnvironment env) |
boolean |
Main.compileClass(ClassDeclaration c,
ByteArrayOutputStream buf,
BatchEnvironment env) |
static RemoteClass |
RemoteClass.forClass(BatchEnvironment env,
ClassDefinition implClassDef)
Create a RemoteClass object representing the remote meta-information
of the given class.
|
void |
RMIGenerator.generate(BatchEnvironment env,
ClassDefinition cdef,
File destDir)
Generate the source files for the stub and/or skeleton classes
needed by RMI for the given remote implementation class.
|
void |
Generator.generate(BatchEnvironment env,
ClassDefinition cdef,
File destDir)
Generate output.
|
static File |
Util.getOutputDirectoryFor(Identifier theClass,
File rootDir,
BatchEnvironment env)
Return the directory that should be used for output for a given
class.
|
protected static File |
RMIGenerator.sourceFileForClass(Identifier className,
Identifier outputClassName,
File destDir,
BatchEnvironment env)
Return the File object that should be used as the source file
for the given Java class, using the supplied destination
directory for the top of the package hierarchy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchEnvironment
BatchEnvironment for iiop extends rmic's version to add
parse state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StubGenerator.generate(BatchEnvironment env,
ClassDefinition cdef,
File destDir)
Overridden in order to set the standardPackage flag.
|
void |
PrintGenerator.generate(BatchEnvironment env,
ClassDefinition cdef,
File destDir)
Generate output.
|
void |
Generator.generate(BatchEnvironment env,
ClassDefinition cdef,
File destDir)
Generate output.
|
Copyright © 2017. All Rights Reserved.