Uses of Interface
org.codehaus.mojo.rmic.RmicConfig
-
-
Uses of RmicConfig in org.codehaus.mojo.rmic
Classes in org.codehaus.mojo.rmic that implement RmicConfig Modifier and Type Class Description class
AbstractRmiMojo
Generic super class of rmi compiler mojos.class
RmicMojo
Compiles rmi stubs and skeleton classes from a remote implementation class.class
Source
Represents a group of class files to be processed by rmic, along with the desired options.class
TestRmicMojo
Compiles rmi stubs and skeleton classes from a remote implementation class.Methods in org.codehaus.mojo.rmic with parameters of type RmicConfig Modifier and Type Method Description void
RmiCompiler. execute(AbstractRmiMojo mojo, RmicConfig rmiConfig, java.util.List classesToCompile)
Run the rmi compilation against the compiled classes.void
SunRmiCompiler. execute(AbstractRmiMojo mojo, RmicConfig rmiConfig, java.util.List classesToCompile)
Execute the compiler
-