Interface CompilerManager
-
- All Known Implementing Classes:
DefaultCompilerManager
public interface CompilerManager- Author:
- Trygve Laugstøl
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.codehaus.plexus.compiler.CompilergetCompiler(java.lang.String compilerId)
-
-
-
Method Detail
-
getCompiler
org.codehaus.plexus.compiler.Compiler getCompiler(java.lang.String compilerId) throws NoSuchCompilerException- Throws:
NoSuchCompilerException
-
-