Class DefaultCompilerManager
- java.lang.Object
-
- org.codehaus.plexus.compiler.manager.DefaultCompilerManager
-
- All Implemented Interfaces:
CompilerManager
@Named public class DefaultCompilerManager extends java.lang.Object implements CompilerManager
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,javax.inject.Provider<Compiler>>
compilers
private static java.lang.String
ERROR_MESSAGE
private static java.lang.String
ERROR_MESSAGE_DETAIL
private org.slf4j.Logger
log
-
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(java.lang.String compilerId)
-
-
-
Field Detail
-
ERROR_MESSAGE
private static final java.lang.String ERROR_MESSAGE
- See Also:
- Constant Field Values
-
ERROR_MESSAGE_DETAIL
private static final java.lang.String ERROR_MESSAGE_DETAIL
- See Also:
- Constant Field Values
-
compilers
@Inject private java.util.Map<java.lang.String,javax.inject.Provider<Compiler>> compilers
-
log
private final org.slf4j.Logger log
-
-
Method Detail
-
getCompiler
public Compiler getCompiler(java.lang.String compilerId) throws NoSuchCompilerException
- Specified by:
getCompiler
in interfaceCompilerManager
- Throws:
NoSuchCompilerException
-
-