Package org.codehaus.mojo.natives.linker
Class AbstractLinker
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.codehaus.mojo.natives.linker.AbstractLinker
-
- All Implemented Interfaces:
Linker,org.codehaus.plexus.logging.LogEnabled
- Direct Known Subclasses:
ArchiveLinker,CLinker,TLibLinker
public abstract class AbstractLinker extends org.codehaus.plexus.logging.AbstractLogEnabled implements Linker
-
-
Constructor Summary
Constructors Constructor Description AbstractLinker()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.codehaus.plexus.util.cli.CommandlinecreateLinkerCommandLine(List objectFiles, LinkerConfiguration config)Filelink(LinkerConfiguration config, List compilerOutputFiles)
-
-
-
Method Detail
-
createLinkerCommandLine
protected abstract org.codehaus.plexus.util.cli.Commandline createLinkerCommandLine(List objectFiles, LinkerConfiguration config) throws NativeBuildException
- Throws:
NativeBuildException
-
link
public File link(LinkerConfiguration config, List compilerOutputFiles) throws NativeBuildException, IOException
- Specified by:
linkin interfaceLinker- Throws:
NativeBuildExceptionIOException
-
-