Interface | Description |
---|---|
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.
|
RmiCompilerConfiguration |
Based on CompilerConfiguration, but since that class has too much javac-specific properties,
create an custom version.
|
Source |
Represents a group of class files to be processed by rmic, along with the desired options.
|
TestRmicMojo |
Compiles rmi stubs and skeleton classes from a remote implementation class.
|
Exception | Description |
---|---|
NoSuchRmiCompilerException | |
RmiCompilerException |
Copyright © 2006–2017 MojoHaus. All rights reserved.