org.apache.maven.plugin.compiler.stubs
Class CompilerManagerStub

java.lang.Object
  extended by org.apache.maven.plugin.compiler.stubs.CompilerManagerStub
All Implemented Interfaces:
CompilerManager

public class CompilerManagerStub
extends Object
implements CompilerManager

Author:
Edwin Punzalan

Field Summary
 
Fields inherited from interface org.codehaus.plexus.compiler.manager.CompilerManager
ROLE
 
Constructor Summary
CompilerManagerStub()
           
CompilerManagerStub(boolean shouldFail)
           
 
Method Summary
 Compiler getCompiler(String compilerId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerManagerStub

public CompilerManagerStub()

CompilerManagerStub

public CompilerManagerStub(boolean shouldFail)
Method Detail

getCompiler

public Compiler getCompiler(String compilerId)
                     throws NoSuchCompilerException
Specified by:
getCompiler in interface CompilerManager
Throws:
NoSuchCompilerException


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.