Interface | Description |
---|---|
AbstractRmiMojo.DependenciesFacade |
An interface for dependencies on the file system and related mojo base classes.
|
RmicConfig |
Interface containing required methods for retrieving information
necessary for rmi compilation to take place.
|
RmiCompiler | |
SunRmiCompiler.ClassLoaderFacade |
An interface for dependencies on classloading - enables unit testing.
|
Class | Description |
---|---|
AbstractRmiMojo |
Generic super class of rmi compiler mojos.
|
AbstractRmiMojo.DependenciesFacadeImpl |
Standard file system and mojo dependencies.
|
HelpMojo |
Display help information on rmic-maven-plugin.
Call mvn rmic:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
PackageRmiMojo |
Creates a jar containing the rmic generated classes.
|
RmicMojo |
Compiles rmi stubs and skeleton classes from a remote implementation class.
|
Source |
Represents a group of class files to be processed by rmic, along with the desired options.
|
SunRmiCompiler | |
SunRmiCompiler.ClassLoaderFacadeImpl |
The production implementation of the classloader dependencies.
|
TestRmicMojo |
Compiles rmi stubs and skeleton classes from a remote implementation class.
|
Exception | Description |
---|---|
NoSuchRmiCompilerException | |
RmiCompilerException |