org.codehaus.mojo.rmic
Class DefaultRmiCompilerManager
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRmiCompilerManager
public DefaultRmiCompilerManager()
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-2011 Codehaus. All Rights Reserved.