Uses of Class
org.codehaus.mojo.natives.linker.LinkerConfiguration
Packages that use LinkerConfiguration
Package
Description
-
Uses of LinkerConfiguration in org.codehaus.mojo.natives.bcc
Methods in org.codehaus.mojo.natives.bcc with parameters of type LinkerConfigurationModifier and TypeMethodDescriptionprotected org.codehaus.plexus.util.cli.Commandline
BCCLinker.createLinkerCommandLine
(List<File> objectFiles, LinkerConfiguration config) protected org.codehaus.plexus.util.cli.Commandline
TLibLinker.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 LinkerConfigurationModifier and TypeMethodDescriptionprotected org.codehaus.plexus.util.cli.Commandline
CLinker.createLinkerCommandLine
(List<File> objectFiles, LinkerConfiguration config) protected void
CLinker.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 LinkerConfigurationModifier and TypeMethodDescriptionprotected abstract org.codehaus.plexus.util.cli.Commandline
AbstractLinker.createLinkerCommandLine
(List<File> objectFiles, LinkerConfiguration config) protected org.codehaus.plexus.util.cli.Commandline
ArchiveLinker.createLinkerCommandLine
(List<File> objectFiles, LinkerConfiguration config) private boolean
AbstractLinker.isStaled
(LinkerConfiguration config, List<File> compilerOutputFiles) AbstractLinker.link
(LinkerConfiguration config, List<File> compilerOutputFiles) Linker.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 LinkerConfigurationModifier and TypeMethodDescriptionprotected org.codehaus.plexus.util.cli.Commandline
GccLinker.createLinkerCommandLine
(List<File> objectFiles, LinkerConfiguration config) protected void
GccLinker.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 LinkerConfigurationModifier and TypeMethodDescriptionprotected org.codehaus.plexus.util.cli.Commandline
MSVCLinker.createLinkerCommandLine
(List<File> objectFiles, LinkerConfiguration config) -
Uses of LinkerConfiguration in org.codehaus.mojo.natives.plugin
Fields in org.codehaus.mojo.natives.plugin declared as LinkerConfigurationModifier and TypeFieldDescriptionprivate LinkerConfiguration
NativeLinkMojo.config
For unit test onlyMethods in org.codehaus.mojo.natives.plugin that return LinkerConfigurationModifier and TypeMethodDescriptionprivate LinkerConfiguration
NativeLinkMojo.createLinkerConfiguration()
protected LinkerConfiguration
NativeLinkMojo.getLgetLinkerConfiguration()