public interface RmiCompiler
Modifier and Type | Method and 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.
|
void execute(AbstractRmiMojo mojo, RmicConfig rmiConfig, java.util.List classesToCompile) throws RmiCompilerException
mojo
- rmiConfig
- The settings to be passed to the rmi compilerclassesToCompile
- List of class names to compileRmiCompilerException
- If there is a problem during compilationvoid setLog(org.apache.maven.plugin.logging.Log log)
org.apache.maven.plugin.logging.Log getLog()