Uses of Class
org.codehaus.mojo.natives.NativeBuildException
-
Packages that use NativeBuildException Package Description org.codehaus.mojo.natives org.codehaus.mojo.natives.compiler org.codehaus.mojo.natives.javah org.codehaus.mojo.natives.linker org.codehaus.mojo.natives.util -
-
Uses of NativeBuildException in org.codehaus.mojo.natives
Methods in org.codehaus.mojo.natives that throw NativeBuildException Modifier and Type Method Description protected abstract Map<String,String>AbstractEnvFactory. createEnvs()Map<String,String>AbstractEnvFactory. getEnvironmentVariables()Map<String,String>EnvFactory. getEnvironmentVariables()static booleanSourceDependencyAnalyzer. isStaled(File source, File dest, Parser parser, File[] includePaths) -
Uses of NativeBuildException in org.codehaus.mojo.natives.compiler
Methods in org.codehaus.mojo.natives.compiler that throw NativeBuildException Modifier and Type Method Description List<File>AbstractCompiler. compile(CompilerConfiguration config, File[] sourceFiles)voidAbstractMessageCompiler. compile(MessageCompilerConfiguration config, File[] sourceFiles)List<File>AbstractResourceCompiler. compile(ResourceCompilerConfiguration config, NativeSources[] sources)List<File>Compiler. compile(CompilerConfiguration config, File[] sourceFiles)voidMessageCompiler. compile(MessageCompilerConfiguration config, File[] sourceFiles)List<File>ResourceCompiler. 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) -
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<File> objectFiles, LinkerConfiguration config)FileAbstractLinker. link(LinkerConfiguration config, List<File> compilerOutputFiles)FileLinker. link(LinkerConfiguration config, List<File> compilerOutputFiles)voidDefaultRanlib. run(File file)voidManifest. run(ManifestConfiguration config)voidRanlib. run(File file) -
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)
-