Package org.codehaus.mojo.rmic
Interface RmiCompiler
-
- All Known Implementing Classes:
SunRmiCompiler
public interface RmiCompiler
- Version:
- $Id: RmiCompiler.java 17110 2012-07-11 00:14:50Z russgold $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(AbstractRmiMojo mojo, RmicConfig rmiConfig, java.util.List classesToCompile)
Run the rmi compilation against the compiled classes.org.apache.maven.plugin.logging.Log
getLog()
Returns the defined log.void
setLog(org.apache.maven.plugin.logging.Log log)
Defines the logger to use.
-
-
-
Method Detail
-
execute
void execute(AbstractRmiMojo mojo, RmicConfig rmiConfig, java.util.List classesToCompile) throws RmiCompilerException
Run the rmi compilation against the compiled classes.- Parameters:
mojo
-rmiConfig
- The settings to be passed to the rmi compilerclassesToCompile
- List of class names to compile- Throws:
RmiCompilerException
- If there is a problem during compilation
-
setLog
void setLog(org.apache.maven.plugin.logging.Log log)
Defines the logger to use.
-
getLog
org.apache.maven.plugin.logging.Log getLog()
Returns the defined log.
-
-