Class CSharpCompiler

java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.compiler.AbstractCompiler
org.codehaus.plexus.compiler.csharp.CSharpCompiler
All Implemented Interfaces:
org.codehaus.plexus.compiler.Compiler, org.codehaus.plexus.logging.LogEnabled

@Component(role=org.codehaus.plexus.compiler.Compiler.class, hint="csharp") public class CSharpCompiler extends org.codehaus.plexus.compiler.AbstractCompiler
Author:
Gilles Dodinet, Trygve Laugstøl, Matthew Pocock, Chris Stevenson
  • Field Summary

    Fields inherited from class org.codehaus.plexus.compiler.AbstractCompiler

    EOL, PS

    Fields inherited from interface org.codehaus.plexus.compiler.Compiler

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canUpdateTarget(org.codehaus.plexus.compiler.CompilerConfiguration configuration)
     
    createCommandLine(org.codehaus.plexus.compiler.CompilerConfiguration config)
     
    getOutputFile(org.codehaus.plexus.compiler.CompilerConfiguration configuration)
     
    protected static String[]
    getSourceFiles(org.codehaus.plexus.compiler.CompilerConfiguration config)
     
    protected static Set<String>
    getSourceFilesForSourceRoot(org.codehaus.plexus.compiler.CompilerConfiguration config, String sourceLocation)
     
    static List<org.codehaus.plexus.compiler.CompilerMessage>
     
    static org.codehaus.plexus.compiler.CompilerMessage
    Deprecated. 
    org.codehaus.plexus.compiler.CompilerResult
    performCompile(org.codehaus.plexus.compiler.CompilerConfiguration config)
     

    Methods inherited from class org.codehaus.plexus.compiler.AbstractCompiler

    compile, getCompilerOutputStyle, getInputFileEnding, getOutputFileEnding, getPathString, makeClassName, toStringArray

    Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled

    enableLogging, getLogger, setupLogger, setupLogger, setupLogger

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.codehaus.plexus.compiler.Compiler

    supportsIncrementalCompilation
  • Constructor Details

    • CSharpCompiler

      public CSharpCompiler()
  • Method Details

    • canUpdateTarget

      public boolean canUpdateTarget(org.codehaus.plexus.compiler.CompilerConfiguration configuration) throws org.codehaus.plexus.compiler.CompilerException
      Specified by:
      canUpdateTarget in interface org.codehaus.plexus.compiler.Compiler
      Overrides:
      canUpdateTarget in class org.codehaus.plexus.compiler.AbstractCompiler
      Throws:
      org.codehaus.plexus.compiler.CompilerException
    • getOutputFile

      public String getOutputFile(org.codehaus.plexus.compiler.CompilerConfiguration configuration) throws org.codehaus.plexus.compiler.CompilerException
      Specified by:
      getOutputFile in interface org.codehaus.plexus.compiler.Compiler
      Overrides:
      getOutputFile in class org.codehaus.plexus.compiler.AbstractCompiler
      Throws:
      org.codehaus.plexus.compiler.CompilerException
    • performCompile

      public org.codehaus.plexus.compiler.CompilerResult performCompile(org.codehaus.plexus.compiler.CompilerConfiguration config) throws org.codehaus.plexus.compiler.CompilerException
      Specified by:
      performCompile in interface org.codehaus.plexus.compiler.Compiler
      Overrides:
      performCompile in class org.codehaus.plexus.compiler.AbstractCompiler
      Throws:
      org.codehaus.plexus.compiler.CompilerException
    • createCommandLine

      public String[] createCommandLine(org.codehaus.plexus.compiler.CompilerConfiguration config) throws org.codehaus.plexus.compiler.CompilerException
      Throws:
      org.codehaus.plexus.compiler.CompilerException
    • parseCompilerOutput

      public static List<org.codehaus.plexus.compiler.CompilerMessage> parseCompilerOutput(BufferedReader bufferedReader) throws IOException
      Throws:
      IOException
    • getSourceFiles

      protected static String[] getSourceFiles(org.codehaus.plexus.compiler.CompilerConfiguration config)
    • parseLine

      public static org.codehaus.plexus.compiler.CompilerMessage parseLine(String line)
      Deprecated.
      This method is just here to maintain the public api. This is now handled in the parse compiler output function.
    • getSourceFilesForSourceRoot

      protected static Set<String> getSourceFilesForSourceRoot(org.codehaus.plexus.compiler.CompilerConfiguration config, String sourceLocation)