org.codehaus.mojo.rmic
Interface RmiCompiler

All Known Implementing Classes:
SunRmiCompiler

public interface RmiCompiler

Version:
$Id: RmiCompiler.java 7953 2008-10-21 17:12:38Z pgier $
Author:
Trygve Laugstøl

Method Summary
 void execute(RmicConfig rmiConfig, List classesToCompile)
          Run the rmi compilation against the compiled classes.
 

Method Detail

execute

void execute(RmicConfig rmiConfig,
             List classesToCompile)
             throws RmiCompilerException
Run the rmi compilation against the compiled classes.

Parameters:
rmiConfig - The settings to be passed to the rmi compiler
classesToCompile - List of class names to compile
Throws:
RmiCompilerException - If there is a problem during compilation


Copyright © 2006-2011 Codehaus. All Rights Reserved.