org.codehaus.mojo.rmic
Class SunRmiCompiler

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.mojo.rmic.SunRmiCompiler
All Implemented Interfaces:
RmiCompiler, org.codehaus.plexus.logging.LogEnabled

public class SunRmiCompiler
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements RmiCompiler

Version:
$Id: SunRmiCompiler.java 8126 2008-11-21 17:19:52Z pgier $
Author:
Trygve Laugstøl

Field Summary
static String RMIC_CLASSNAME
          The name of the class to use for rmi compilation.
 
Constructor Summary
SunRmiCompiler()
           
 
Method Summary
 void execute(RmicConfig rmiConfig, List classesToCompile)
          Execute the compiler
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RMIC_CLASSNAME

public static final String RMIC_CLASSNAME
The name of the class to use for rmi compilation.

See Also:
Constant Field Values
Constructor Detail

SunRmiCompiler

public SunRmiCompiler()
Method Detail

execute

public void execute(RmicConfig rmiConfig,
                    List classesToCompile)
             throws RmiCompilerException
Execute the compiler

Specified by:
execute in interface RmiCompiler
Parameters:
rmiConfig - The config object
classesToCompile - The list of classes to rmi compile
Throws:
RmiCompilerException - if there is a problem during compile


Copyright © 2006-2011 Codehaus. All Rights Reserved.