Uses of Class
org.codehaus.mojo.natives.linker.LinkerConfiguration
-
-
Uses of LinkerConfiguration in org.codehaus.mojo.natives.bcc
Methods in org.codehaus.mojo.natives.bcc with parameters of type LinkerConfiguration Modifier and Type Method Description protected org.codehaus.plexus.util.cli.CommandlineBCCLinker. createLinkerCommandLine(List<File> objectFiles, LinkerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineTLibLinker. createLinkerCommandLine(List<File> objectFiles, LinkerConfiguration config) -
Uses of LinkerConfiguration in org.codehaus.mojo.natives.c
Methods in org.codehaus.mojo.natives.c with parameters of type LinkerConfiguration Modifier and Type Method Description protected org.codehaus.plexus.util.cli.CommandlineCLinker. createLinkerCommandLine(List<File> objectFiles, LinkerConfiguration config)protected voidCLinker. setCommandLineForExternalLibraries(org.codehaus.plexus.util.cli.Commandline cl, LinkerConfiguration config)Setup Commandline to handle external library depending on extention type -
Uses of LinkerConfiguration in org.codehaus.mojo.natives.linker
Methods in org.codehaus.mojo.natives.linker with parameters of type LinkerConfiguration Modifier and Type Method Description protected abstract org.codehaus.plexus.util.cli.CommandlineAbstractLinker. createLinkerCommandLine(List<File> objectFiles, LinkerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineArchiveLinker. createLinkerCommandLine(List<File> objectFiles, LinkerConfiguration config)FileAbstractLinker. link(LinkerConfiguration config, List<File> compilerOutputFiles)FileLinker. link(LinkerConfiguration config, List<File> compilerOutputFiles) -
Uses of LinkerConfiguration in org.codehaus.mojo.natives.mingw
Methods in org.codehaus.mojo.natives.mingw with parameters of type LinkerConfiguration Modifier and Type Method Description protected org.codehaus.plexus.util.cli.CommandlineGccLinker. createLinkerCommandLine(List<File> objectFiles, LinkerConfiguration config)protected voidGccLinker. setCommandLineForExternalLibraries(org.codehaus.plexus.util.cli.Commandline cl, LinkerConfiguration config)Setup Commandline to handle external library depending on extention type -
Uses of LinkerConfiguration in org.codehaus.mojo.natives.msvc
Methods in org.codehaus.mojo.natives.msvc with parameters of type LinkerConfiguration Modifier and Type Method Description protected org.codehaus.plexus.util.cli.CommandlineMSVCLinker. createLinkerCommandLine(List<File> objectFiles, LinkerConfiguration config) -
Uses of LinkerConfiguration in org.codehaus.mojo.natives.plugin
Methods in org.codehaus.mojo.natives.plugin that return LinkerConfiguration Modifier and Type Method Description protected LinkerConfigurationNativeLinkMojo. getLgetLinkerConfiguration()
-