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
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 Constructor Description DefaultCompilerManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.compiler.Compiler
getCompiler(java.lang.String compilerId)
-
-
-
Method Detail
-
getCompiler
public org.codehaus.plexus.compiler.Compiler getCompiler(java.lang.String compilerId) throws NoSuchCompilerException
- Specified by:
getCompiler
in interfaceCompilerManager
- Throws:
NoSuchCompilerException
-
-