Uses of Class
org.codehaus.mojo.natives.NativeBuildException
-
-
Uses of NativeBuildException in org.codehaus.mojo.natives
Methods in org.codehaus.mojo.natives that throw NativeBuildException Modifier and Type Method Description protected abstract java.util.Map<java.lang.String,java.lang.String>AbstractEnvFactory. createEnvs()java.util.Map<java.lang.String,java.lang.String>AbstractEnvFactory. getEnvironmentVariables()java.util.Map<java.lang.String,java.lang.String>EnvFactory. getEnvironmentVariables()static booleanSourceDependencyAnalyzer. isStaled(java.io.File source, java.io.File dest, Parser parser, java.io.File[] includePaths) -
Uses of NativeBuildException in org.codehaus.mojo.natives.bcc
Methods in org.codehaus.mojo.natives.bcc that throw NativeBuildException Modifier and Type Method Description private java.util.Map<java.lang.String,java.lang.String>BCCEnvFactory. createEnvs()protected org.codehaus.plexus.util.cli.CommandlineBCCLinker. createLinkerCommandLine(java.util.List<java.io.File> objectFiles, LinkerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineTLibLinker. createLinkerCommandLine(java.util.List<java.io.File> objectFiles, LinkerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineBCCCompiler. getCommandLine(java.io.File src, java.io.File dest, CompilerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineBCCResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, java.io.File source)java.util.Map<java.lang.String,java.lang.String>BCCEnvFactory. getEnvironmentVariables() -
Uses of NativeBuildException in org.codehaus.mojo.natives.c
Methods in org.codehaus.mojo.natives.c that throw NativeBuildException Modifier and Type Method Description protected org.codehaus.plexus.util.cli.CommandlineCLinker. createLinkerCommandLine(java.util.List<java.io.File> objectFiles, LinkerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineAbstractCCompiler. getCommandLine(java.io.File srcFile, java.io.File destFile, CompilerConfiguration config)Setup Compiler Command lineprotected voidCLinker. 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 NativeBuildException Modifier and Type Method Description java.util.List<java.io.File>AbstractCompiler. compile(CompilerConfiguration config, java.io.File[] sourceFiles)voidAbstractMessageCompiler. compile(MessageCompilerConfiguration config, java.io.File[] sourceFiles)java.util.List<java.io.File>AbstractResourceCompiler. compile(ResourceCompilerConfiguration config, NativeSources[] sources)java.util.List<java.io.File>Compiler. compile(CompilerConfiguration config, java.io.File[] sourceFiles)voidMessageCompiler. compile(MessageCompilerConfiguration config, java.io.File[] sourceFiles)java.util.List<java.io.File>ResourceCompiler. compile(ResourceCompilerConfiguration config, NativeSources[] sources)protected abstract org.codehaus.plexus.util.cli.CommandlineAbstractCompiler. getCommandLine(java.io.File src, java.io.File dest, CompilerConfiguration config)protected abstract org.codehaus.plexus.util.cli.CommandlineAbstractMessageCompiler. getCommandLine(MessageCompilerConfiguration config, java.io.File source)protected abstract org.codehaus.plexus.util.cli.CommandlineAbstractResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, java.io.File source)protected static java.io.FileAbstractCompiler. getObjectFile(java.io.File sourceFile, java.io.File outputDirectory, java.lang.String objectFileExtension)Figure out the object file relative path from a given source fileprivate booleanAbstractResourceCompiler. isResourceFileStaled(java.io.File src, java.io.File dest, java.io.File[] includePaths)voidAbstractCompiler.CompilerRunnable. run() -
Uses of NativeBuildException in org.codehaus.mojo.natives.javah
Methods in org.codehaus.mojo.natives.javah that throw NativeBuildException Modifier and Type Method Description voidJavah. compile(JavahConfiguration configuration)voidJavahExecutable. compile(JavahConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineJavahExecutable. createJavahCommand(JavahConfiguration config)private voidJavahExecutable. validateConfiguration(JavahConfiguration config) -
Uses of NativeBuildException in org.codehaus.mojo.natives.linker
Methods in org.codehaus.mojo.natives.linker that throw NativeBuildException Modifier and Type Method Description protected abstract org.codehaus.plexus.util.cli.CommandlineAbstractLinker. createLinkerCommandLine(java.util.List<java.io.File> objectFiles, LinkerConfiguration config)java.io.FileAbstractLinker. link(LinkerConfiguration config, java.util.List<java.io.File> compilerOutputFiles)java.io.FileLinker. link(LinkerConfiguration config, java.util.List<java.io.File> compilerOutputFiles)voidDefaultRanlib. run(java.io.File file)voidManifest. run(ManifestConfiguration config)voidRanlib. run(java.io.File file) -
Uses of NativeBuildException in org.codehaus.mojo.natives.manager
Methods in org.codehaus.mojo.natives.manager that throw NativeBuildException Modifier and Type Method Description EnvFactoryDefaultEnvFactoryManager. getEnvFactory(java.lang.String className)EnvFactoryEnvFactoryManager. getEnvFactory(java.lang.String className) -
Uses of NativeBuildException in org.codehaus.mojo.natives.mingw
Methods in org.codehaus.mojo.natives.mingw that throw NativeBuildException Modifier and Type Method Description protected org.codehaus.plexus.util.cli.CommandlineGccLinker. createLinkerCommandLine(java.util.List<java.io.File> objectFiles, LinkerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineAbstractGccCompiler. getCommandLine(java.io.File srcFile, java.io.File destFile, CompilerConfiguration config)Setup Compiler Command lineprotected org.codehaus.plexus.util.cli.CommandlineWindresResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, java.io.File source)protected voidGccLinker. 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 NativeBuildException Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>AbstractCommunityEnvFactory. createEnvs(java.lang.String version, java.lang.String platform)protected java.util.Map<java.lang.String,java.lang.String>AbstractMSVCEnvFactory. createEnvs(java.lang.String commonToolEnvKey, java.lang.String platform)protected java.util.Map<java.lang.String,java.lang.String>Community2017x64EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>Community2017x86AMD64EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>Community2017x86EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2003EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2003ToolkitEnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2005AMD64EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2005x86AMD64EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2005x86EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2008x86AMD64EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2008x86EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2010x86AMD64EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2010x86EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2012x86AMD64EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2012x86EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2013x86AMD64EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2013x86EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2019AMD64x86EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2019x64EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2019x86AMD64EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC2019x86EnvFactory. createEnvs()protected java.util.Map<java.lang.String,java.lang.String>MSVC6EnvFactory. createEnvs()protected org.codehaus.plexus.util.cli.CommandlineMSVCLinker. createLinkerCommandLine(java.util.List<java.io.File> objectFiles, LinkerConfiguration config)protected java.util.Map<java.lang.String,java.lang.String>AbstractCommunityEnvFactory. executeCommandLine(org.codehaus.plexus.util.cli.Commandline command)protected java.util.Map<java.lang.String,java.lang.String>AbstractMSVC2017CircaEnvFactoryHelper. executeCommandLine(org.codehaus.plexus.util.cli.Commandline command)protected org.codehaus.plexus.util.cli.CommandlineMSVCCompiler. getCommandLine(java.io.File src, java.io.File dest, CompilerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineMSVCMessageCompiler. getCommandLine(MessageCompilerConfiguration config, java.io.File source)protected org.codehaus.plexus.util.cli.CommandlineMSVCResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, java.io.File source)private java.io.FileAbstractMSVCEnvFactory. getCommonToolDirectory(java.lang.String commonToolEnvKey)private java.io.FileMSVC2008x86AMD64EnvFactory. getCommonToolDirectory()private java.io.FileMSVC2008x86EnvFactory. getCommonToolDirectory()java.util.Map<java.lang.String,java.lang.String>MSVC2019AMD64x86EnvFactory. getEnvironmentVariables()java.util.Map<java.lang.String,java.lang.String>MSVC2019x64EnvFactory. getEnvironmentVariables()java.util.Map<java.lang.String,java.lang.String>MSVC2019x86AMD64EnvFactory. getEnvironmentVariables()java.util.Map<java.lang.String,java.lang.String>MSVC2019x86EnvFactory. getEnvironmentVariables()static java.lang.StringRegQuery. getValue(java.lang.String valueType, java.lang.String folderName, java.lang.String folderKey)private java.io.FileAbstractMSVCEnvFactory. getVisualStudioInstallDirectory(java.io.File commonToolDir)private java.io.FileMSVC2008x86AMD64EnvFactory. getVisualStudioInstallDirectory(java.io.File commonToolDir)private java.io.FileMSVC2008x86EnvFactory. getVisualStudioInstallDirectory(java.io.File commonToolDir)voidMSVCManifest. run(ManifestConfiguration config) -
Uses of NativeBuildException in org.codehaus.mojo.natives.util
Methods in org.codehaus.mojo.natives.util that throw NativeBuildException Modifier and Type Method Description static voidCommandLineUtil. execute(org.codehaus.plexus.util.cli.Commandline cl, org.codehaus.plexus.logging.Logger logger)static voidEnvUtil. setupCommandlineEnv(org.codehaus.plexus.util.cli.Commandline cl, EnvFactory envFactory)
-