Package org.codehaus.mojo.natives.bcc
Class BCCLinker
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.mojo.natives.linker.AbstractLinker
org.codehaus.mojo.natives.c.CLinker
org.codehaus.mojo.natives.bcc.BCCLinker
- All Implemented Interfaces:
Linker
,org.codehaus.plexus.logging.LogEnabled
@Component(role=Linker.class,
hint="bcc",
instantiationStrategy="per-lookup")
public class BCCLinker
extends CLinker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.codehaus.plexus.util.cli.Commandline
createLinkerCommandLine
(List<File> objectFiles, LinkerConfiguration config) Methods inherited from class org.codehaus.mojo.natives.c.CLinker
getLinkerOutputOption, 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
-
Field Details
-
DEFAULT_EXECUTABLE
- See Also:
-
-
Constructor Details
-
BCCLinker
public BCCLinker()
-
-
Method Details
-
createLinkerCommandLine
protected org.codehaus.plexus.util.cli.Commandline createLinkerCommandLine(List<File> objectFiles, LinkerConfiguration config) throws NativeBuildException - Overrides:
createLinkerCommandLine
in classCLinker
- Returns:
- Commandline of a linker base on its configuration and object files
- Throws:
NativeBuildException
-