Deprecated API


Contents
Deprecated Classes
org.codehaus.plexus.compiler.CompilerError
           
 

Deprecated Methods
org.codehaus.plexus.compiler.Compiler.compile(CompilerConfiguration)
           
org.codehaus.plexus.compiler.AbstractCompiler.compile(CompilerConfiguration)
           
org.codehaus.plexus.compiler.CompilerConfiguration.getCustomCompilerArguments()
          will be removed in 2.X use #getCustomCompilerArgumentsAsMap 
org.codehaus.plexus.compiler.CompilerConfiguration.setCustomCompilerArguments(LinkedHashMap)
          will be removed in 2.X use #setCustomCompilerArgumentsAsMap 
org.codehaus.plexus.compiler.AbstractCompiler.toStringArray(List)
          use (String[]) arguments.toArray( new String[ arguments.size() ] ); instead 
 

Deprecated Constructors
org.codehaus.plexus.compiler.CompilerMessage(String)
          Use CompilerMessage.CompilerMessage(String,Kind) instead 
org.codehaus.plexus.compiler.CompilerMessage(String, boolean)
          Use CompilerMessage.CompilerMessage(String,Kind) instead 
org.codehaus.plexus.compiler.CompilerMessage(String, boolean, int, int, int, int, String)
          Use CompilerMessage.CompilerMessage(String,Kind,int,int,int,int,String) instead 
 



Copyright © 2001-2012 Codehaus. All Rights Reserved.