Interface CompilerManager
-
- All Known Implementing Classes:
DefaultCompilerManager
public interface CompilerManager
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Compiler
getCompiler(java.lang.String compilerId)
-
-
-
Method Detail
-
getCompiler
Compiler getCompiler(java.lang.String compilerId) throws NoSuchCompilerException
- Throws:
NoSuchCompilerException
-
-