Package org.codehaus.mojo.natives.linker
Interface Linker
-
- All Known Implementing Classes:
AbstractLinker
,ArchiveLinker
,BCCLinker
,CLinker
,CLinkerClassic
,MSVCLinker
,TLibLinker
public interface Linker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
link(LinkerConfiguration config, List compilerOutputFiles)
-
-
-
Field Detail
-
ROLE
static final String ROLE
-
-
Method Detail
-
link
File link(LinkerConfiguration config, List compilerOutputFiles) throws NativeBuildException, IOException
- Throws:
NativeBuildException
IOException
-
-