org.codehaus.mojo.natives.c
Class CLinkerClassic

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.mojo.natives.linker.AbstractLinker
          extended by org.codehaus.mojo.natives.c.CLinker
              extended by org.codehaus.mojo.natives.c.CLinkerClassic
All Implemented Interfaces:
org.codehaus.mojo.natives.linker.Linker, org.codehaus.plexus.logging.LogEnabled

public class CLinkerClassic
extends CLinker

Generic C/CPP linker with "-o" as its output option

Version:
$Id: CLinkerClassic.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Dan Tran

Field Summary
 
Fields inherited from interface org.codehaus.mojo.natives.linker.Linker
ROLE
 
Constructor Summary
CLinkerClassic()
           
 
Method Summary
protected  java.lang.String getLinkerOutputOption()
           
 
Methods inherited from class org.codehaus.mojo.natives.c.CLinker
createLinkerCommandLine, setCommandLineForExternalLibraries
 
Methods inherited from class org.codehaus.mojo.natives.linker.AbstractLinker
link
 
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
 

Constructor Detail

CLinkerClassic

public CLinkerClassic()
Method Detail

getLinkerOutputOption

protected java.lang.String getLinkerOutputOption()
Overrides:
getLinkerOutputOption in class CLinker
Returns:
output option flag of a generic C linker


Copyright © 2010. All Rights Reserved.