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.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 LinkerConfigurationModifier and TypeMethodDescriptionprotected 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 LinkerConfigurationModifier and TypeMethodDescriptionprotected 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) private booleanAbstractLinker.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.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 LinkerConfigurationModifier and TypeMethodDescriptionprotected org.codehaus.plexus.util.cli.CommandlineMSVCLinker.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 LinkerConfigurationNativeLinkMojo.configFor unit test onlyMethods in org.codehaus.mojo.natives.plugin that return LinkerConfigurationModifier and TypeMethodDescriptionprivate LinkerConfigurationNativeLinkMojo.createLinkerConfiguration()protected LinkerConfigurationNativeLinkMojo.getLgetLinkerConfiguration()