Class CSharpCompiler

    • 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
      CSharpCompiler()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canUpdateTarget​(org.codehaus.plexus.compiler.CompilerConfiguration configuration)  
      java.lang.String[] createCommandLine​(org.codehaus.plexus.compiler.CompilerConfiguration config)  
      java.lang.String getCompilerId()  
      java.lang.String getOutputFile​(org.codehaus.plexus.compiler.CompilerConfiguration configuration)  
      protected static java.lang.String[] getSourceFiles​(org.codehaus.plexus.compiler.CompilerConfiguration config)  
      protected static java.util.Set<java.lang.String> getSourceFilesForSourceRoot​(org.codehaus.plexus.compiler.CompilerConfiguration config, java.lang.String sourceLocation)  
      static java.util.List<org.codehaus.plexus.compiler.CompilerMessage> parseCompilerOutput​(java.io.BufferedReader bufferedReader)  
      org.codehaus.plexus.compiler.CompilerResult performCompile​(org.codehaus.plexus.compiler.CompilerConfiguration config)  
      • Methods inherited from class org.codehaus.plexus.compiler.AbstractCompiler

        getCompilerOutputStyle, getInputFileEnding, getLog, getLogger, getOutputFileEnding, getPathString, logCompiling, makeClassName
      • 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 Detail

      • CSharpCompiler

        public CSharpCompiler()
    • Method Detail

      • getCompilerId

        public java.lang.String getCompilerId()
        Specified by:
        getCompilerId in class org.codehaus.plexus.compiler.AbstractCompiler
      • 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 java.lang.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 java.lang.String[] createCommandLine​(org.codehaus.plexus.compiler.CompilerConfiguration config)
                                             throws org.codehaus.plexus.compiler.CompilerException
        Throws:
        org.codehaus.plexus.compiler.CompilerException
      • parseCompilerOutput

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

        protected static java.lang.String[] getSourceFiles​(org.codehaus.plexus.compiler.CompilerConfiguration config)
      • getSourceFilesForSourceRoot

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