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 RmiCompilermojo - 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)
RmiCompilersetLog in interface RmiCompilerpublic org.apache.maven.plugin.logging.Log getLog()
RmiCompilergetLog in interface RmiCompilerCopyright © 2006–2025 MojoHaus. All rights reserved.