| Interface | Description |
|---|---|
| RmicConfig |
Interface containing required methods for retrieving information
necessary for rmi compilation to take place.
|
| RmiCompiler |
| Class | Description |
|---|---|
| AbstractRmiMojo |
Generic super class of rmi compiler mojos.
|
| 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 | |
| TestRmicMojo |
Compiles rmi stubs and skeleton classes from a remote implementation class.
|
| Exception | Description |
|---|---|
| NoSuchRmiCompilerException | |
| RmiCompilerException |
Copyright © 2006–2025 MojoHaus. All rights reserved.