public class SunRmiCompiler extends Object implements RmiCompiler
Modifier and Type | Field and Description |
---|---|
static String |
RMIC_CLASSNAME
The name of the class to use for rmi compilation.
|
Constructor and Description |
---|
SunRmiCompiler() |
Modifier and Type | Method and Description |
---|---|
void |
execute(AbstractRmiMojo mojo,
RmicConfig rmiConfig,
List classesToCompile)
Execute the compiler
|
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.
|
public static final String RMIC_CLASSNAME
public void execute(AbstractRmiMojo mojo, RmicConfig rmiConfig, List classesToCompile) throws RmiCompilerException
execute
in interface RmiCompiler
mojo
- rmiConfig
- The config objectclassesToCompile
- The list of classes to rmi compileRmiCompilerException
- if there is a problem during compilepublic void setLog(org.apache.maven.plugin.logging.Log log)
RmiCompiler
setLog
in interface RmiCompiler
public org.apache.maven.plugin.logging.Log getLog()
RmiCompiler
getLog
in interface RmiCompiler
Copyright © 2006–2021 MojoHaus. All rights reserved.