Modifier and Type | Class and Description |
---|---|
class |
RmicMojo
Compiles rmi stubs and skeleton classes from a remote implementation class.
|
class |
TestRmicMojo
Compiles rmi stubs and skeleton classes from a remote implementation class.
|
Modifier and Type | Field and Description |
---|---|
private AbstractRmiMojo |
Source.mojo |
Modifier and Type | Method and Description |
---|---|
void |
SunRmiCompiler.execute(AbstractRmiMojo mojo,
RmicConfig rmiConfig,
java.util.List classesToCompile)
Execute the compiler
|
void |
RmiCompiler.execute(AbstractRmiMojo mojo,
RmicConfig rmiConfig,
java.util.List classesToCompile)
Run the rmi compilation against the compiled classes.
|
(package private) void |
Source.setRmiMojo(AbstractRmiMojo mojo) |