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