org.codehaus.plexus.compiler.manager
Class DefaultCompilerManager

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.plexus.compiler.manager.DefaultCompilerManager
All Implemented Interfaces:
CompilerManager, org.codehaus.plexus.logging.LogEnabled

public class DefaultCompilerManager
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements CompilerManager

Version:
$Id: DefaultCompilerManager.java 3420 2006-06-23 20:23:59Z trygvis $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.codehaus.plexus.compiler.manager.CompilerManager
ROLE
 
Constructor Summary
DefaultCompilerManager()
           
 
Method Summary
 Compiler getCompiler(java.lang.String compilerId)
           
 
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

DefaultCompilerManager

public DefaultCompilerManager()
Method Detail

getCompiler

public Compiler getCompiler(java.lang.String compilerId)
                     throws NoSuchCompilerException
Specified by:
getCompiler in interface CompilerManager
Throws:
NoSuchCompilerException


Copyright © 2001-2010 Codehaus. All Rights Reserved.