org.codehaus.mojo.rmic
Interface RmiCompilerManager

All Known Implementing Classes:
DefaultRmiCompilerManager

public interface RmiCompilerManager

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

Method Summary
 RmiCompiler getRmiCompiler(String id)
           
 

Method Detail

getRmiCompiler

RmiCompiler getRmiCompiler(String id)
                           throws NoSuchRmiCompilerException
Parameters:
id - The id of the compiler
Returns:
The compiler object
Throws:
NoSuchRmiCompilerException - If the manager cannot find a matching compiler


Copyright © 2006-2012 Codehaus. All Rights Reserved.