org.codehaus.mojo.natives.manager
Class DefaultCompilerManager

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.mojo.natives.manager.DefaultCompilerManager
All Implemented Interfaces:
CompilerManager, org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

public class DefaultCompilerManager
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements CompilerManager, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

Version:
$Id: DefaultCompilerManager.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Dan Tran

Field Summary
 
Fields inherited from interface org.codehaus.mojo.natives.manager.CompilerManager
ROLE
 
Constructor Summary
DefaultCompilerManager()
           
 
Method Summary
 Compiler getCompiler(String providerType)
           
 void initialize()
           
 
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

initialize

public void initialize()
Specified by:
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

getCompiler

public Compiler getCompiler(String providerType)
                     throws NoSuchNativeProviderException
Specified by:
getCompiler in interface CompilerManager
Throws:
NoSuchNativeProviderException


Copyright © 2011 Codehaus. All Rights Reserved.