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 6324 2008-02-20 00:26:31Z pgier $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.codehaus.mojo.rmic.RmiCompiler
ROLE
 
Constructor Summary
SunRmiCompiler()
           
 
Method Summary
 void execute(RmicConfig rmiConfig, java.util.List classesToCompile)
           
static java.net.URL fileToURL(java.io.File file)
           
 
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
 

Constructor Detail

SunRmiCompiler

public SunRmiCompiler()
Method Detail

execute

public void execute(RmicConfig rmiConfig,
                    java.util.List classesToCompile)
             throws RmiCompilerException
Specified by:
execute in interface RmiCompiler
Throws:
RmiCompilerException

fileToURL

public static java.net.URL fileToURL(java.io.File file)
                              throws RmiCompilerException
Throws:
RmiCompilerException


Copyright © 2010. All Rights Reserved.