- GccCompiler - Class in org.codehaus.mojo.natives.mingw
-
Generic MinGW compiler with "-o " as its output option
- GccCompiler() - Constructor for class org.codehaus.mojo.natives.mingw.GccCompiler
-
- GccLinker - Class in org.codehaus.mojo.natives.mingw
-
Generic MinGW linker with "-o " as its output option
- GccLinker() - Constructor for class org.codehaus.mojo.natives.mingw.GccLinker
-
- getAllCompilersOutputFileList() - Method in class org.codehaus.mojo.natives.plugin.AbstractNativeMojo
-
- getAllSourceFiles(NativeSources[]) - Static method in class org.codehaus.mojo.natives.NativeSources
-
Helper to get all source files in a Array of NativeSources
- getBasedir() - Method in class org.codehaus.mojo.natives.util.FileSet
-
- getClassName() - Method in class org.codehaus.mojo.natives.plugin.JavahInclude
-
- getClassNames() - Method in class org.codehaus.mojo.natives.javah.JavahConfiguration
-
- getClassPaths() - Method in class org.codehaus.mojo.natives.javah.JavahConfiguration
-
- getCommandLine(File, File, CompilerConfiguration) - Method in class org.codehaus.mojo.natives.bcc.BCCCompiler
-
- getCommandLine(ResourceCompilerConfiguration, File) - Method in class org.codehaus.mojo.natives.bcc.BCCResourceCompiler
-
- getCommandLine(File, File, CompilerConfiguration) - Method in class org.codehaus.mojo.natives.c.AbstractCCompiler
-
Setup Compiler Command line
- getCommandLine(File, File, CompilerConfiguration) - Method in class org.codehaus.mojo.natives.compiler.AbstractCompiler
-
- getCommandLine(MessageCompilerConfiguration, File) - Method in class org.codehaus.mojo.natives.compiler.AbstractMessageCompiler
-
- getCommandLine(ResourceCompilerConfiguration, File) - Method in class org.codehaus.mojo.natives.compiler.AbstractResourceCompiler
-
- getCommandLine(File, File, CompilerConfiguration) - Method in class org.codehaus.mojo.natives.mingw.AbstractGccCompiler
-
Setup Compiler Command line
- getCommandLine(ResourceCompilerConfiguration, File) - Method in class org.codehaus.mojo.natives.mingw.WindresResourceCompiler
-
- getCommandLine(File, File, CompilerConfiguration) - Method in class org.codehaus.mojo.natives.msvc.MSVCCompiler
-
- getCommandLine(MessageCompilerConfiguration, File) - Method in class org.codehaus.mojo.natives.msvc.MSVCMessageCompiler
-
- getCommandLine(ResourceCompilerConfiguration, File) - Method in class org.codehaus.mojo.natives.msvc.MSVCResourceCompiler
-
- getCompiler(String) - Method in interface org.codehaus.mojo.natives.manager.CompilerManager
-
- getCompiler(String) - Method in class org.codehaus.mojo.natives.manager.DefaultCompilerManager
-
- getCompilerConfiguration() - Method in class org.codehaus.mojo.natives.plugin.NativeCompileMojo
-
Internal only for test harness purpose
- getCompositeLastModified() - Method in class org.codehaus.mojo.natives.Dependency
-
- getDebugOutputDirectory() - Method in class org.codehaus.mojo.natives.compiler.MessageCompilerConfiguration
-
- getDebugOutputDirectory() - Method in class org.codehaus.mojo.natives.compiler.ResourceCompilerConfiguration
-
- getDependencies() - Method in class org.codehaus.mojo.natives.Dependency
-
Method getDependencies
- getDependencyAnalysisParticipation() - Method in class org.codehaus.mojo.natives.NativeSources
-
- getDirectory() - Method in class org.codehaus.mojo.natives.NativeSources
-
- getEndOptions() - Method in class org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
- getEndOptions() - Method in class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
- getEnv(String) - Static method in class org.codehaus.mojo.natives.util.EnvUtil
-
- getEnv(String, String) - Static method in class org.codehaus.mojo.natives.util.EnvUtil
-
- getEnv(String, String, String) - Static method in class org.codehaus.mojo.natives.util.EnvUtil
-
- getEnvFactory() - Method in class org.codehaus.mojo.natives.ConfigurationBase
-
- getEnvFactory(String) - Method in class org.codehaus.mojo.natives.manager.DefaultEnvFactoryManager
-
- getEnvFactory(String) - Method in interface org.codehaus.mojo.natives.manager.EnvFactoryManager
-
- getEnvFactory() - Method in class org.codehaus.mojo.natives.plugin.AbstractNativeMojo
-
- getEnvironmentVariables() - Method in class org.codehaus.mojo.natives.AbstractEnvFactory
-
- getEnvironmentVariables() - Method in class org.codehaus.mojo.natives.bcc.BCCEnvFactory
-
- getEnvironmentVariables() - Method in interface org.codehaus.mojo.natives.EnvFactory
-
- getEnvironmentVariables() - Method in class org.codehaus.mojo.natives.msvc.MSVCCompiler
-
- getExcludes() - Method in class org.codehaus.mojo.natives.NativeSources
-
- getExecutable() - Method in class org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
- getExecutable() - Method in class org.codehaus.mojo.natives.compiler.MessageCompilerConfiguration
-
- getExecutable() - Method in class org.codehaus.mojo.natives.compiler.ResourceCompilerConfiguration
-
- getExecutable() - Method in class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
- getExternalLibDirectory() - Method in class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
- getExternalLibFileNames() - Method in class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
- getFileName() - Method in class org.codehaus.mojo.natives.javah.JavahConfiguration
-
- getFileNames() - Method in class org.codehaus.mojo.natives.NativeSources
-
- getFiles() - Method in class org.codehaus.mojo.natives.NativeSources
-
- getFiles() - Method in class org.codehaus.mojo.natives.util.FileSet
-
- getHeaderName() - Method in class org.codehaus.mojo.natives.plugin.JavahInclude
-
- getIncludePaths() - Method in class org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
- getIncludePaths() - Method in class org.codehaus.mojo.natives.compiler.ResourceCompilerConfiguration
-
- getIncludePaths(NativeSources[]) - Static method in class org.codehaus.mojo.natives.NativeSources
-
- getIncludes() - Method in class org.codehaus.mojo.natives.NativeSources
-
- getIncludes() - Method in class org.codehaus.mojo.natives.parser.CParser
-
- getIncludes() - Method in class org.codehaus.mojo.natives.parser.FortranParser
-
Gets collection of include file names encountered in parse.
- getIncludes() - Method in interface org.codehaus.mojo.natives.parser.Parser
-
- getInputFile() - Method in class org.codehaus.mojo.natives.linker.ManifestConfiguration
-
- getJavah(String) - Method in class org.codehaus.mojo.natives.manager.DefaultJavahManager
-
- getJavah(String) - Method in interface org.codehaus.mojo.natives.manager.JavahManager
-
- getJavahConfiguration() - Method in class org.codehaus.mojo.natives.plugin.NativeJavahMojo
-
Internal only for test harness purpose
- getJavaHExecutable(JavahConfiguration) - Method in class org.codehaus.mojo.natives.javah.JavahExecutable
-
- getJavaHExecutable() - Method in class org.codehaus.mojo.natives.javah.JavahMacOSExecutable
-
Deprecated.
- getJavahPath() - Method in class org.codehaus.mojo.natives.javah.JavahConfiguration
-
- getLastModified() - Method in class org.codehaus.mojo.natives.Dependency
-
Method getLastModified
- getLgetLinkerConfiguration() - Method in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
- getLinker(String) - Method in class org.codehaus.mojo.natives.manager.DefaultLinkerManager
-
- getLinker(String) - Method in interface org.codehaus.mojo.natives.manager.LinkerManager
-
- getLinkerOutputOption() - Method in class org.codehaus.mojo.natives.c.CLinker
-
- getLinkerOutputOption() - Method in class org.codehaus.mojo.natives.c.CLinkerClassic
-
- getLinkerOutputOption() - Method in class org.codehaus.mojo.natives.mingw.GccLinker
-
- getLinkerOutputOption() - Method in class org.codehaus.mojo.natives.msvc.MSVCLinker
-
- getManifest(String) - Method in class org.codehaus.mojo.natives.manager.DefaultManifestManager
-
- getManifest(String) - Method in interface org.codehaus.mojo.natives.manager.ManifestManager
-
- getManifestFile() - Method in class org.codehaus.mojo.natives.linker.ManifestConfiguration
-
- getMessageCompiler(String) - Method in class org.codehaus.mojo.natives.manager.DefaultMessageCompilerManager
-
- getMessageCompiler(String) - Method in interface org.codehaus.mojo.natives.manager.MessageCompilerManager
-
- getMiddleOptions() - Method in class org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
- getMiddleOptions() - Method in class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
- getNewLineState() - Method in class org.codehaus.mojo.natives.parser.AbstractParser
-
- getNewLineState() - Method in class org.codehaus.mojo.natives.parser.CParser
-
- getNewLineState() - Method in class org.codehaus.mojo.natives.parser.FortranParser
-
Get the state for the beginning of a new line.
- getNoMatchState() - Method in class org.codehaus.mojo.natives.parser.BranchState
-
- getNumberOfConcurrentCompilation() - Method in class org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
- getObjectFile(File, File, String) - Static method in class org.codehaus.mojo.natives.compiler.AbstractCompiler
-
Figure out the object file relative path from a given source file
- getObjectFileExtension(String) - Static method in class org.codehaus.mojo.natives.compiler.AbstractCompiler
-
return "obj" or "o" when file extension is not given based on current platform
- getObjectFileExtension() - Method in class org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
- getOptions() - Method in class org.codehaus.mojo.natives.compiler.MessageCompilerConfiguration
-
- getOptions() - Method in class org.codehaus.mojo.natives.compiler.ResourceCompilerConfiguration
-
- getOutputDirectory() - Method in class org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
- getOutputDirectory() - Method in class org.codehaus.mojo.natives.compiler.MessageCompilerConfiguration
-
- getOutputDirectory() - Method in class org.codehaus.mojo.natives.compiler.ResourceCompilerConfiguration
-
- getOutputDirectory() - Method in class org.codehaus.mojo.natives.javah.JavahConfiguration
-
- getOutputDirectory() - Method in class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
- getOutputFile(File) - Method in class org.codehaus.mojo.natives.compiler.ResourceCompilerConfiguration
-
- getOutputFile() - Method in class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
convenient method to get linker output file
- getOutputFileExtension() - Method in class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
- getOutputFileName() - Method in class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
- getOutputFileOption() - Method in class org.codehaus.mojo.natives.bcc.BCCCompiler
-
- getOutputFileOption() - Method in class org.codehaus.mojo.natives.c.AbstractCCompiler
-
- getOutputFileOption() - Method in class org.codehaus.mojo.natives.c.CCompiler
-
- getOutputFileOption() - Method in class org.codehaus.mojo.natives.c.CCompilerClassic
-
- getOutputFileOption() - Method in class org.codehaus.mojo.natives.mingw.AbstractGccCompiler
-
- getOutputFileOption() - Method in class org.codehaus.mojo.natives.mingw.GccCompiler
-
- getOutputFileOption() - Method in class org.codehaus.mojo.natives.msvc.MSVCCompiler
-
- getParent() - Method in class org.codehaus.mojo.natives.Dependency
-
- getParsedEnv() - Method in class org.codehaus.mojo.natives.msvc.EnvStreamConsumer
-
- getParser() - Method in class org.codehaus.mojo.natives.c.AbstractCCompiler
-
- getParser() - Method in class org.codehaus.mojo.natives.compiler.AbstractCompiler
-
- getParser() - Method in class org.codehaus.mojo.natives.mingw.AbstractGccCompiler
-
- getParser() - Method in class org.codehaus.mojo.natives.parser.AbstractParserState
-
- getProgramFiles() - Static method in class org.codehaus.mojo.natives.msvc.AbstractMSVCEnvFactory
-
- getProgramFilesX86() - Static method in class org.codehaus.mojo.natives.msvc.AbstractMSVCEnvFactory
-
- getProject() - Method in class org.codehaus.mojo.natives.plugin.AbstractNativeMojo
-
Internal for unit test only
- getProject() - Method in class org.codehaus.mojo.natives.plugin.NativeJavahMojo
-
Internal for unit test only
- getProviderName() - Method in exception org.codehaus.mojo.natives.manager.NoSuchNativeProviderException
-
- getRanlib(String) - Method in class org.codehaus.mojo.natives.manager.DefaultRanlibManager
-
- getRanlib(String) - Method in interface org.codehaus.mojo.natives.manager.RanlibManager
-
- getRelativeFile(File, File) - Static method in class org.codehaus.mojo.natives.util.FileUtil
-
Returns a relative path for the targetFile relative to the base directory.
- getResourceCompiler(String) - Method in class org.codehaus.mojo.natives.manager.DefaultResourceCompilerManager
-
- getResourceCompiler(String) - Method in interface org.codehaus.mojo.natives.manager.ResourceCompilerManager
-
- getSource() - Method in class org.codehaus.mojo.natives.Dependency
-
Method getSource
- getStartOptions() - Method in class org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
- getStartOptions() - Method in class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
- getSystemIncludePaths() - Method in class org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
- getSystemIncludePaths() - Method in class org.codehaus.mojo.natives.compiler.ResourceCompilerConfiguration
-
- getSystemIncludePaths(NativeSources[]) - Static method in class org.codehaus.mojo.natives.NativeSources
-
- getSystemRoot() - Static method in class org.codehaus.mojo.natives.msvc.AbstractMSVCEnvFactory
-
- getUseEnvClasspath() - Method in class org.codehaus.mojo.natives.javah.JavahConfiguration
-
- getValue(String, String, String) - Static method in class org.codehaus.mojo.natives.msvc.RegQuery
-
- getVerbose() - Method in class org.codehaus.mojo.natives.javah.JavahConfiguration
-
- getWorkingDirectory() - Method in class org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
- getWorkingDirectory() - Method in class org.codehaus.mojo.natives.compiler.MessageCompilerConfiguration
-
- getWorkingDirectory() - Method in class org.codehaus.mojo.natives.compiler.ResourceCompilerConfiguration
-
- getWorkingDirectory() - Method in class org.codehaus.mojo.natives.javah.JavahConfiguration
-
- getWorkingDirectory() - Method in class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
- getWorkingDirectory() - Method in class org.codehaus.mojo.natives.linker.ManifestConfiguration
-