Interface CompilerManager
-
- All Known Implementing Classes:
DefaultCompilerManager
public interface CompilerManager
- Author:
- Trygve Laugstøl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Compiler
getCompiler(String compilerId)
-
-
-
Field Detail
-
ROLE
static final String ROLE
-
-
Method Detail
-
getCompiler
Compiler getCompiler(String compilerId) throws NoSuchCompilerException
- Throws:
NoSuchCompilerException
-
-