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