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 MapAbstractEnvFactory. createEnvs()MapAbstractEnvFactory. getEnvironmentVariables()MapEnvFactory. getEnvironmentVariables()static booleanSourceDependencyAnalyzer. isStaled(File source, File dest, Parser parser, 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 protected org.codehaus.plexus.util.cli.CommandlineBCCLinker. createLinkerCommandLine(List objectFiles, LinkerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineTLibLinker. createLinkerCommandLine(List objectFiles, LinkerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineBCCCompiler. getCommandLine(File src, File dest, CompilerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineBCCResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, File source)MapBCCEnvFactory. 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(List objectFiles, LinkerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineAbstractCCompiler. getCommandLine(File srcFile, 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 ListAbstractCompiler. compile(CompilerConfiguration config, File[] sourceFiles)voidAbstractMessageCompiler. compile(MessageCompilerConfiguration config, File[] sourceFiles)ListAbstractResourceCompiler. compile(ResourceCompilerConfiguration config, NativeSources[] sources)ListCompiler. compile(CompilerConfiguration config, File[] sourceFiles)voidMessageCompiler. compile(MessageCompilerConfiguration config, File[] sourceFiles)ListResourceCompiler. compile(ResourceCompilerConfiguration config, NativeSources[] sources)protected abstract org.codehaus.plexus.util.cli.CommandlineAbstractCompiler. getCommandLine(File src, File dest, CompilerConfiguration config)protected abstract org.codehaus.plexus.util.cli.CommandlineAbstractMessageCompiler. getCommandLine(MessageCompilerConfiguration config, File source)protected abstract org.codehaus.plexus.util.cli.CommandlineAbstractResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, File source)protected static FileAbstractCompiler. getObjectFile(File sourceFile, File outputDirectory, String objectFileExtension)Figure out the object file relative path from a given source filevoidAbstractCompiler.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) -
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(List objectFiles, LinkerConfiguration config)FileAbstractLinker. link(LinkerConfiguration config, List compilerOutputFiles)FileLinker. link(LinkerConfiguration config, List compilerOutputFiles)voidDefaultRanlib. run(File file)voidManifest. run(ManifestConfiguration config)voidRanlib. run(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(String className)EnvFactoryEnvFactoryManager. getEnvFactory(String className) -
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 MapAbstractMSVCEnvFactory. createEnvs(String commonToolEnvKey, String platform)protected MapMSVC2003EnvFactory. createEnvs()protected MapMSVC2003ToolkitEnvFactory. createEnvs()protected MapMSVC2005AMD64EnvFactory. createEnvs()protected MapMSVC2005x86AMD64EnvFactory. createEnvs()protected MapMSVC2005x86EnvFactory. createEnvs()protected MapMSVC2008x86AMD64EnvFactory. createEnvs()protected MapMSVC2008x86EnvFactory. createEnvs()protected MapMSVC2010x86AMD64EnvFactory. createEnvs()protected MapMSVC2010x86EnvFactory. createEnvs()protected MapMSVC2012x86AMD64EnvFactory. createEnvs()protected MapMSVC2012x86EnvFactory. createEnvs()protected MapMSVC2013x86AMD64EnvFactory. createEnvs()protected MapMSVC2013x86EnvFactory. createEnvs()protected MapMSVC6EnvFactory. createEnvs()protected org.codehaus.plexus.util.cli.CommandlineMSVCLinker. createLinkerCommandLine(List objectFiles, LinkerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineMSVCCompiler. getCommandLine(File src, File dest, CompilerConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineMSVCMessageCompiler. getCommandLine(MessageCompilerConfiguration config, File source)protected org.codehaus.plexus.util.cli.CommandlineMSVCResourceCompiler. getCommandLine(ResourceCompilerConfiguration config, File source)static StringRegQuery. getValue(String valueType, String folderName, String folderKey)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)
-