Class GNUCOBOLCompiler
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.codehaus.mojo.natives.compiler.AbstractCompiler
-
- org.codehaus.mojo.natives.gnucobol.AbstractCobolCompiler
-
- org.codehaus.mojo.natives.gnucobol.GNUCOBOLCompiler
-
- All Implemented Interfaces:
Compiler,org.codehaus.plexus.logging.LogEnabled
@Component(role=org.codehaus.mojo.natives.compiler.Compiler.class, hint="gnucobol", instantiationStrategy="per-lookup", description="GNU Cobol compiler") public class GNUCOBOLCompiler extends AbstractCobolCompiler
GNU COBOL compiler with "-o " as its output option. Sources are compiled to object files with "-c"; linkage is left toGNUCOBOLLinker.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.codehaus.mojo.natives.compiler.AbstractCompiler
AbstractCompiler.CompilerRunnable
-
-
Constructor Summary
Constructors Constructor Description GNUCOBOLCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetOutputFileOption()-
Methods inherited from class org.codehaus.mojo.natives.gnucobol.AbstractCobolCompiler
getCommandLine, getParser
-
Methods inherited from class org.codehaus.mojo.natives.compiler.AbstractCompiler
compile, getObjectFile, getObjectFileExtension
-
-
-
-
Method Detail
-
getOutputFileOption
protected String getOutputFileOption()
- Specified by:
getOutputFileOptionin classAbstractCobolCompiler
-
-