-
Classes Class Description org.codehaus.plexus.compiler.CompilerError
-
Methods Method Description org.codehaus.plexus.compiler.AbstractCompiler.compile(CompilerConfiguration) org.codehaus.plexus.compiler.AbstractCompiler.toStringArray(List<String>) use (String[]) arguments.toArray( new String[ arguments.size() ] ); insteadorg.codehaus.plexus.compiler.Compiler.compile(CompilerConfiguration) org.codehaus.plexus.compiler.CompilerConfiguration.getCustomCompilerArguments() will be removed in 2.X use #getCustomCompilerArgumentsAsMaporg.codehaus.plexus.compiler.CompilerConfiguration.setCustomCompilerArguments(LinkedHashMap<String, String>) will be removed in 2.X use #setCustomCompilerArgumentsAsMaporg.codehaus.plexus.compiler.csharp.CSharpCompiler.parseLine(String)
-
Constructors Constructor Description org.codehaus.plexus.compiler.CompilerMessage(String, boolean, int, int, int, int, String)