org.codehaus.plexus.compiler.manager
Class DefaultCompilerManager

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.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 2369 2005-07-31 03:34:34Z trygvis $
Author:
Trygve Laugstøl

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


Copyright © 2001-2007 Codehaus. All Rights Reserved.