Class J2ObjCCompiler
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.codehaus.plexus.compiler.AbstractCompiler
-
- org.codehaus.plexus.compiler.j2objc.J2ObjCCompiler
-
- All Implemented Interfaces:
org.codehaus.plexus.compiler.Compiler,org.codehaus.plexus.logging.LogEnabled
public class J2ObjCCompiler extends org.codehaus.plexus.compiler.AbstractCompilerA plexus compiler which use J2ObjC . It is derived from the CSharpCompiler to compile with J2ObjC.- Author:
- Ludovic Maître
-
-
Constructor Summary
Constructors Constructor Description J2ObjCCompiler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanUpdateTarget(org.codehaus.plexus.compiler.CompilerConfiguration configuration)java.lang.String[]createCommandLine(org.codehaus.plexus.compiler.CompilerConfiguration config)static java.util.List<org.codehaus.plexus.compiler.CompilerMessage>parseCompilerOutput(java.io.BufferedReader bufferedReader)org.codehaus.plexus.compiler.CompilerResultperformCompile(org.codehaus.plexus.compiler.CompilerConfiguration config)-
Methods inherited from class org.codehaus.plexus.compiler.AbstractCompiler
compile, getCompilerOutputStyle, getInputFileEnding, getOutputFile, getOutputFileEnding, getPathString, getSourceFiles, getSourceFilesForSourceRoot, makeClassName, toStringArray
-
-
-
-
Method Detail
-
canUpdateTarget
public boolean canUpdateTarget(org.codehaus.plexus.compiler.CompilerConfiguration configuration) throws org.codehaus.plexus.compiler.CompilerException- Specified by:
canUpdateTargetin interfaceorg.codehaus.plexus.compiler.Compiler- Overrides:
canUpdateTargetin classorg.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:
performCompilein interfaceorg.codehaus.plexus.compiler.Compiler- Overrides:
performCompilein classorg.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
-
-