Class DefaultCompilerManager
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.compiler.manager.DefaultCompilerManager
- All Implemented Interfaces:
CompilerManager
,org.codehaus.plexus.logging.LogEnabled
@Component(role=CompilerManager.class)
public class DefaultCompilerManager
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements CompilerManager
- Author:
- Trygve Laugstøl
-
Field Summary
Fields inherited from interface org.codehaus.plexus.compiler.manager.CompilerManager
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.codehaus.plexus.compiler.Compiler
getCompiler
(String compilerId) Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
DefaultCompilerManager
public DefaultCompilerManager()
-
-
Method Details
-
getCompiler
public org.codehaus.plexus.compiler.Compiler getCompiler(String compilerId) throws NoSuchCompilerException - Specified by:
getCompiler
in interfaceCompilerManager
- Throws:
NoSuchCompilerException
-