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>>compilersprivate static java.lang.StringERROR_MESSAGEprivate static java.lang.StringERROR_MESSAGE_DETAILprivate org.slf4j.Loggerlog-
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 CompilergetCompiler(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:
getCompilerin interfaceCompilerManager- Throws:
NoSuchCompilerException
-
-