Uses of Class
org.codehaus.mojo.natives.NativeBuildException
Packages that use NativeBuildException
Package
Description
-
Uses of NativeBuildException in org.codehaus.mojo.natives
Methods in org.codehaus.mojo.natives that throw NativeBuildExceptionModifier and TypeMethodDescriptionAbstractEnvFactory.createEnvs()
AbstractEnvFactory.getEnvironmentVariables()
EnvFactory.getEnvironmentVariables()
static boolean
-
Uses of NativeBuildException in org.codehaus.mojo.natives.bcc
Methods in org.codehaus.mojo.natives.bcc that throw NativeBuildExceptionModifier and TypeMethodDescriptionBCCEnvFactory.createEnvs()
protected 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) protected org.codehaus.plexus.util.cli.Commandline
BCCCompiler.getCommandLine
(File src, File dest, CompilerConfiguration config) protected org.codehaus.plexus.util.cli.Commandline
BCCResourceCompiler.getCommandLine
(ResourceCompilerConfiguration config, File source) BCCEnvFactory.getEnvironmentVariables()
-
Uses of NativeBuildException in org.codehaus.mojo.natives.c
Methods in org.codehaus.mojo.natives.c that throw NativeBuildExceptionModifier and TypeMethodDescriptionprotected org.codehaus.plexus.util.cli.Commandline
CLinker.createLinkerCommandLine
(List<File> objectFiles, LinkerConfiguration config) protected org.codehaus.plexus.util.cli.Commandline
AbstractCCompiler.getCommandLine
(File srcFile, File destFile, CompilerConfiguration config) Setup Compiler Command lineprotected void
CLinker.setCommandLineForExternalLibraries
(org.codehaus.plexus.util.cli.Commandline cl, LinkerConfiguration config) Setup Commandline to handle external library depending on extention type -
Uses of NativeBuildException in org.codehaus.mojo.natives.compiler
Methods in org.codehaus.mojo.natives.compiler that throw NativeBuildExceptionModifier and TypeMethodDescriptionAbstractCompiler.compile
(CompilerConfiguration config, File[] sourceFiles) void
AbstractMessageCompiler.compile
(MessageCompilerConfiguration config, File[] sourceFiles) AbstractResourceCompiler.compile
(ResourceCompilerConfiguration config, NativeSources[] sources) Compiler.compile
(CompilerConfiguration config, File[] sourceFiles) void
MessageCompiler.compile
(MessageCompilerConfiguration config, File[] sourceFiles) ResourceCompiler.compile
(ResourceCompilerConfiguration config, NativeSources[] sources) protected abstract org.codehaus.plexus.util.cli.Commandline
AbstractCompiler.getCommandLine
(File src, File dest, CompilerConfiguration config) protected abstract org.codehaus.plexus.util.cli.Commandline
AbstractMessageCompiler.getCommandLine
(MessageCompilerConfiguration config, File source) protected abstract org.codehaus.plexus.util.cli.Commandline
AbstractResourceCompiler.getCommandLine
(ResourceCompilerConfiguration config, File source) protected static File
AbstractCompiler.getObjectFile
(File sourceFile, File outputDirectory, String objectFileExtension) Figure out the object file relative path from a given source fileprivate boolean
AbstractResourceCompiler.isResourceFileStaled
(File src, File dest, File[] includePaths) void
AbstractCompiler.CompilerRunnable.run()
-
Uses of NativeBuildException in org.codehaus.mojo.natives.javah
Methods in org.codehaus.mojo.natives.javah that throw NativeBuildExceptionModifier and TypeMethodDescriptionvoid
Javah.compile
(JavahConfiguration configuration) void
JavahExecutable.compile
(JavahConfiguration config) protected org.codehaus.plexus.util.cli.Commandline
JavahExecutable.createJavahCommand
(JavahConfiguration config) private void
JavahExecutable.validateConfiguration
(JavahConfiguration config) -
Uses of NativeBuildException in org.codehaus.mojo.natives.linker
Methods in org.codehaus.mojo.natives.linker that throw NativeBuildExceptionModifier and TypeMethodDescriptionprotected abstract org.codehaus.plexus.util.cli.Commandline
AbstractLinker.createLinkerCommandLine
(List<File> objectFiles, LinkerConfiguration config) AbstractLinker.link
(LinkerConfiguration config, List<File> compilerOutputFiles) Linker.link
(LinkerConfiguration config, List<File> compilerOutputFiles) void
void
Manifest.run
(ManifestConfiguration config) void
-
Uses of NativeBuildException in org.codehaus.mojo.natives.manager
Methods in org.codehaus.mojo.natives.manager that throw NativeBuildExceptionModifier and TypeMethodDescriptionDefaultEnvFactoryManager.getEnvFactory
(String className) EnvFactoryManager.getEnvFactory
(String className) -
Uses of NativeBuildException in org.codehaus.mojo.natives.mingw
Methods in org.codehaus.mojo.natives.mingw that throw NativeBuildExceptionModifier and TypeMethodDescriptionprotected org.codehaus.plexus.util.cli.Commandline
GccLinker.createLinkerCommandLine
(List<File> objectFiles, LinkerConfiguration config) protected org.codehaus.plexus.util.cli.Commandline
AbstractGccCompiler.getCommandLine
(File srcFile, File destFile, CompilerConfiguration config) Setup Compiler Command lineprotected org.codehaus.plexus.util.cli.Commandline
WindresResourceCompiler.getCommandLine
(ResourceCompilerConfiguration config, File source) 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 NativeBuildException in org.codehaus.mojo.natives.msvc
Methods in org.codehaus.mojo.natives.msvc that throw NativeBuildExceptionModifier and TypeMethodDescriptionAbstractCommunityEnvFactory.createEnvs
(String version, String platform) AbstractMSVCEnvFactory.createEnvs
(String commonToolEnvKey, String platform) Community2017x64EnvFactory.createEnvs()
Community2017x86AMD64EnvFactory.createEnvs()
Community2017x86EnvFactory.createEnvs()
MSVC2003EnvFactory.createEnvs()
MSVC2003ToolkitEnvFactory.createEnvs()
MSVC2005AMD64EnvFactory.createEnvs()
MSVC2005x86AMD64EnvFactory.createEnvs()
MSVC2005x86EnvFactory.createEnvs()
MSVC2008x86AMD64EnvFactory.createEnvs()
MSVC2008x86EnvFactory.createEnvs()
MSVC2010x86AMD64EnvFactory.createEnvs()
MSVC2010x86EnvFactory.createEnvs()
MSVC2012x86AMD64EnvFactory.createEnvs()
MSVC2012x86EnvFactory.createEnvs()
MSVC2013x86AMD64EnvFactory.createEnvs()
MSVC2013x86EnvFactory.createEnvs()
MSVC2019AMD64x86EnvFactory.createEnvs()
MSVC2019x64EnvFactory.createEnvs()
MSVC2019x86AMD64EnvFactory.createEnvs()
MSVC2019x86EnvFactory.createEnvs()
MSVC6EnvFactory.createEnvs()
protected org.codehaus.plexus.util.cli.Commandline
MSVCLinker.createLinkerCommandLine
(List<File> objectFiles, LinkerConfiguration config) AbstractCommunityEnvFactory.executeCommandLine
(org.codehaus.plexus.util.cli.Commandline command) AbstractMSVC2017CircaEnvFactoryHelper.executeCommandLine
(org.codehaus.plexus.util.cli.Commandline command) protected org.codehaus.plexus.util.cli.Commandline
MSVCCompiler.getCommandLine
(File src, File dest, CompilerConfiguration config) protected org.codehaus.plexus.util.cli.Commandline
MSVCMessageCompiler.getCommandLine
(MessageCompilerConfiguration config, File source) protected org.codehaus.plexus.util.cli.Commandline
MSVCResourceCompiler.getCommandLine
(ResourceCompilerConfiguration config, File source) private File
AbstractMSVCEnvFactory.getCommonToolDirectory
(String commonToolEnvKey) private File
MSVC2008x86AMD64EnvFactory.getCommonToolDirectory()
private File
MSVC2008x86EnvFactory.getCommonToolDirectory()
MSVC2019AMD64x86EnvFactory.getEnvironmentVariables()
MSVC2019x64EnvFactory.getEnvironmentVariables()
MSVC2019x86AMD64EnvFactory.getEnvironmentVariables()
MSVC2019x86EnvFactory.getEnvironmentVariables()
static String
private File
AbstractMSVCEnvFactory.getVisualStudioInstallDirectory
(File commonToolDir) private File
MSVC2008x86AMD64EnvFactory.getVisualStudioInstallDirectory
(File commonToolDir) private File
MSVC2008x86EnvFactory.getVisualStudioInstallDirectory
(File commonToolDir) void
MSVCManifest.run
(ManifestConfiguration config) -
Uses of NativeBuildException in org.codehaus.mojo.natives.util
Methods in org.codehaus.mojo.natives.util that throw NativeBuildExceptionModifier and TypeMethodDescriptionstatic void
CommandLineUtil.execute
(org.codehaus.plexus.util.cli.Commandline cl, org.codehaus.plexus.logging.Logger logger) static void
EnvUtil.setupCommandlineEnv
(org.codehaus.plexus.util.cli.Commandline cl, EnvFactory envFactory)