Class DefaultCompilerManager
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- 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
-
-
Field Summary
-
Fields inherited from interface org.codehaus.mojo.natives.manager.CompilerManager
ROLE
-
-
Constructor Summary
Constructors Constructor Description DefaultCompilerManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompilergetCompiler(String providerType)voidinitialize()
-
-
-
Method Detail
-
initialize
public void initialize()
- Specified by:
initializein interfaceorg.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
-
getCompiler
public Compiler getCompiler(String providerType) throws NoSuchNativeProviderException
- Specified by:
getCompilerin interfaceCompilerManager- Throws:
NoSuchNativeProviderException
-
-