org.codehaus.mojo.rmic
Class DefaultRmiCompilerManager

java.lang.Object
  extended by org.codehaus.mojo.rmic.DefaultRmiCompilerManager
All Implemented Interfaces:
RmiCompilerManager

public class DefaultRmiCompilerManager
extends Object
implements RmiCompilerManager

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

Constructor Summary
DefaultRmiCompilerManager()
           
 
Method Summary
 RmiCompiler getRmiCompiler(String id)
          Default compiler factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRmiCompilerManager

public DefaultRmiCompilerManager()
Method Detail

getRmiCompiler

public RmiCompiler getRmiCompiler(String id)
                           throws NoSuchRmiCompilerException
Default compiler factory.

Specified by:
getRmiCompiler in interface RmiCompilerManager
Parameters:
id - The ID of the compiler. The valid IDs are located in the components.xml file.
Returns:
The compiler object
Throws:
NoSuchRmiCompilerException - If the compiler is not found


Copyright © 2006-2014 Codehaus. All Rights Reserved.