org.codehaus.plexus.compiler.manager
Interface CompilerManager

All Known Implementing Classes:
DefaultCompilerManager

public interface CompilerManager

Version:
$Id: CompilerManager.java 2369 2005-07-31 03:34:34Z trygvis $
Author:
Trygve Laugstøl

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 org.codehaus.plexus.compiler.Compiler getCompiler(java.lang.String compilerId)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

getCompiler

org.codehaus.plexus.compiler.Compiler getCompiler(java.lang.String compilerId)
                                                  throws NoSuchCompilerException
Throws:
NoSuchCompilerException


Copyright © 2001-2008 Codehaus. All Rights Reserved.