Interface CompilerManager
-
- All Known Implementing Classes:
DefaultCompilerManager
public interface CompilerManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Compiler
getCompiler(String roleHint)
-
-
-
Field Detail
-
ROLE
static final String ROLE
-
-
Method Detail
-
getCompiler
Compiler getCompiler(String roleHint) throws NoSuchNativeProviderException
- Throws:
NoSuchNativeProviderException
-
-