org.codehaus.plexus.compiler.csharp
Class CSharpCompiler
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.compiler.AbstractCompiler
org.codehaus.plexus.compiler.csharp.CSharpCompiler
- All Implemented Interfaces:
- Compiler, org.codehaus.plexus.logging.LogEnabled
public class CSharpCompiler
- extends AbstractCompiler
- Version:
- $Id: CSharpCompiler.java 4626 2006-11-10 07:56:21Z brett $
- Author:
- Gilles Dodinet, Trygve Laugstøl, Matthew Pocock, Chris Stevenson
Fields inherited from interface org.codehaus.plexus.compiler.Compiler |
ROLE |
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 |
CSharpCompiler
public CSharpCompiler()
canUpdateTarget
public boolean canUpdateTarget(CompilerConfiguration configuration)
throws CompilerException
- Specified by:
canUpdateTarget
in interface Compiler
- Overrides:
canUpdateTarget
in class AbstractCompiler
- Throws:
CompilerException
getOutputFile
public java.lang.String getOutputFile(CompilerConfiguration configuration)
throws CompilerException
- Specified by:
getOutputFile
in interface Compiler
- Overrides:
getOutputFile
in class AbstractCompiler
- Throws:
CompilerException
compile
public java.util.List compile(CompilerConfiguration config)
throws CompilerException
- Throws:
CompilerException
createCommandLine
public java.lang.String[] createCommandLine(CompilerConfiguration config)
throws CompilerException
- Throws:
CompilerException
parseCompilerOutput
public static java.util.List parseCompilerOutput(java.io.BufferedReader bufferedReader)
throws java.io.IOException
- Throws:
java.io.IOException
getSourceFiles
protected static java.lang.String[] getSourceFiles(CompilerConfiguration config)
parseLine
public static CompilerError parseLine(java.lang.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 java.util.Set getSourceFilesForSourceRoot(CompilerConfiguration config,
java.lang.String sourceLocation)
Copyright © 2001-2010 Codehaus. All Rights Reserved.