- CaseInsensitiveLetterState - Class in org.codehaus.mojo.natives.parser
-
This parser state checks consumed characters against a specific character (case insensitive).
- CaseInsensitiveLetterState(AbstractParser, char, AbstractParserState, AbstractParserState) - Constructor for class org.codehaus.mojo.natives.parser.CaseInsensitiveLetterState
-
Constructor.
- CCompiler - Class in org.codehaus.mojo.natives.c
-
Generic C/CPP compiler with "-o " as its output option
- CCompiler() - Constructor for class org.codehaus.mojo.natives.c.CCompiler
-
- CCompilerClassic - Class in org.codehaus.mojo.natives.c
-
Generic C/CPP compiler with "-o" as its output option
- CCompilerClassic() - Constructor for class org.codehaus.mojo.natives.c.CCompilerClassic
-
- checkStaleLinkage - Variable in class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
Enable this option to speed up linkage for large project with no dependencies changes
- checkStaleLinkage - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
Enable this option to speed up linkage for large project with no dependencies changes
- checkStaleLinkage - Variable in class org.codehaus.mojo.natives.plugin.NativeManifestMojo
-
Enable this option to speed up linkage for large project with no dependencies changes
- cl - Variable in class org.codehaus.mojo.natives.compiler.AbstractCompiler.CompilerRunnable
-
- classifier - Variable in class org.codehaus.mojo.natives.plugin.NativeJavahMojo
-
Classifier name when install/deploy generated includes file.
- classifier - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
Option to install primary artifact as a classifier, useful to install/deploy debug artifacts
- className - Variable in class org.codehaus.mojo.natives.plugin.JavahInclude
-
- classNames - Variable in class org.codehaus.mojo.natives.javah.JavahConfiguration
-
- classPaths - Variable in class org.codehaus.mojo.natives.javah.JavahConfiguration
-
ClassPaths to locate classNames
- CLinker - Class in org.codehaus.mojo.natives.c
-
Generic C/CPP linker with "-o " as its output option
- CLinker() - Constructor for class org.codehaus.mojo.natives.c.CLinker
-
- CLinkerClassic - Class in org.codehaus.mojo.natives.c
-
Generic C/CPP linker with "-o" as its output option
- CLinkerClassic() - Constructor for class org.codehaus.mojo.natives.c.CLinkerClassic
-
- CommandLineUtil - Class in org.codehaus.mojo.natives.util
-
- CommandLineUtil() - Constructor for class org.codehaus.mojo.natives.util.CommandLineUtil
-
- compile(CompilerConfiguration, File[]) - Method in class org.codehaus.mojo.natives.compiler.AbstractCompiler
-
- compile(MessageCompilerConfiguration, File[]) - Method in class org.codehaus.mojo.natives.compiler.AbstractMessageCompiler
-
- compile(ResourceCompilerConfiguration, NativeSources[]) - Method in class org.codehaus.mojo.natives.compiler.AbstractResourceCompiler
-
- compile(CompilerConfiguration, File[]) - Method in interface org.codehaus.mojo.natives.compiler.Compiler
-
- compile(MessageCompilerConfiguration, File[]) - Method in interface org.codehaus.mojo.natives.compiler.MessageCompiler
-
- compile(ResourceCompilerConfiguration, NativeSources[]) - Method in interface org.codehaus.mojo.natives.compiler.ResourceCompiler
-
- compile(JavahConfiguration) - Method in interface org.codehaus.mojo.natives.javah.Javah
-
- compile(JavahConfiguration) - Method in class org.codehaus.mojo.natives.javah.JavahExecutable
-
- Compiler - Interface in org.codehaus.mojo.natives.compiler
-
- CompilerConfiguration - Class in org.codehaus.mojo.natives.compiler
-
CompilerConfiguration contains inputs by the user + DependencyMangement for dependencies analysis
- CompilerConfiguration() - Constructor for class org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
- compilerEndOptions - Variable in class org.codehaus.mojo.natives.plugin.NativeCompileMojo
-
Compiler options
- compilerExecutable - Variable in class org.codehaus.mojo.natives.plugin.NativeCompileMojo
-
Use this field to override provider specific compiler executable
- CompilerManager - Interface in org.codehaus.mojo.natives.manager
-
- compilerMiddleOptions - Variable in class org.codehaus.mojo.natives.plugin.NativeCompileMojo
-
Compiler options
- compilerOutputDirectory - Variable in class org.codehaus.mojo.natives.plugin.NativeCompileMojo
-
Compiler output files ( .o, .obj, etc) location
- compilerProvider - Variable in class org.codehaus.mojo.natives.plugin.NativeCompileMojo
-
Compiler Provider Type
- compilerProvider - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
Override this property if permitted by compilerProvider
- CompilerRunnable(Commandline, Logger) - Constructor for class org.codehaus.mojo.natives.compiler.AbstractCompiler.CompilerRunnable
-
- compilerStartOptions - Variable in class org.codehaus.mojo.natives.plugin.NativeCompileMojo
-
Compiler options
- CompilerThreadPoolExecutor(int) - Constructor for class org.codehaus.mojo.natives.compiler.AbstractCompiler.CompilerThreadPoolExecutor
-
- config - Variable in class org.codehaus.mojo.natives.plugin.NativeCompileMojo
-
For unittest only
- config - Variable in class org.codehaus.mojo.natives.plugin.NativeJavahMojo
-
For unit test only
- config - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
For unit test only
- ConfigurationBase - Class in org.codehaus.mojo.natives
-
- ConfigurationBase() - Constructor for class org.codehaus.mojo.natives.ConfigurationBase
-
- consume(char) - Method in class org.codehaus.mojo.natives.parser.AbstractParserState
-
Consume a character
- consume(char) - Method in class org.codehaus.mojo.natives.parser.BranchState
-
- consume(char) - Method in class org.codehaus.mojo.natives.parser.CaseInsensitiveLetterState
-
Consumes a character and returns the next state for the parser.
- consume(char) - Method in class org.codehaus.mojo.natives.parser.FilenameState
-
- consume(char) - Method in class org.codehaus.mojo.natives.parser.LetterState
-
Consumes a character and returns the next state for the parser.
- consume(char) - Method in class org.codehaus.mojo.natives.parser.PostE
-
- consume(char) - Method in class org.codehaus.mojo.natives.parser.WhitespaceOrCaseInsensitiveLetterState
-
Consumes a character and returns the next state for the parser.
- consume(char) - Method in class org.codehaus.mojo.natives.parser.WhitespaceOrLetterState
-
Consumes a character and returns the next state for the parser.
- consumeLine(String) - Method in class org.codehaus.mojo.natives.msvc.EnvStreamConsumer
-
- contains(Dependency) - Method in class org.codehaus.mojo.natives.Dependency
-
- CParser - Class in org.codehaus.mojo.natives.parser
-
A parser that extracts #include statements from a Reader.
- CParser() - Constructor for class org.codehaus.mojo.natives.parser.CParser
-
- createEnvs() - Method in class org.codehaus.mojo.natives.AbstractEnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.bcc.BCCEnvFactory
-
- createEnvs(String, String) - Method in class org.codehaus.mojo.natives.msvc.AbstractMSVCEnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2003EnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2003ToolkitEnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2005AMD64EnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2005x86AMD64EnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2005x86EnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2008x86AMD64EnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2008x86EnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2010x86AMD64EnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2010x86EnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2012x86AMD64EnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2012x86EnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2013x86AMD64EnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC2013x86EnvFactory
-
- createEnvs() - Method in class org.codehaus.mojo.natives.msvc.MSVC6EnvFactory
-
- createEnvWrapperFile(File, String) - Method in class org.codehaus.mojo.natives.msvc.AbstractMSVCEnvFactory
-
- createJavahCommand(JavahConfiguration) - Method in class org.codehaus.mojo.natives.javah.JavahExecutable
-
- createLinkerCommandLine(List, LinkerConfiguration) - Method in class org.codehaus.mojo.natives.bcc.BCCLinker
-
- createLinkerCommandLine(List, LinkerConfiguration) - Method in class org.codehaus.mojo.natives.bcc.TLibLinker
-
- createLinkerCommandLine(List, LinkerConfiguration) - Method in class org.codehaus.mojo.natives.c.CLinker
-
- createLinkerCommandLine(List, LinkerConfiguration) - Method in class org.codehaus.mojo.natives.linker.AbstractLinker
-
- createLinkerCommandLine(List, LinkerConfiguration) - Method in class org.codehaus.mojo.natives.linker.ArchiveLinker
-
- createLinkerCommandLine(List, LinkerConfiguration) - Method in class org.codehaus.mojo.natives.msvc.MSVCLinker
-
- createLinkerConfiguration() - Method in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
- createProviderConfiguration() - Method in class org.codehaus.mojo.natives.plugin.NativeCompileMojo
-
- createProviderConfiguration(String[], String) - Method in class org.codehaus.mojo.natives.plugin.NativeJavahMojo
-
- 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.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
-
- getCommonToolDirectory(String) - Method in class org.codehaus.mojo.natives.msvc.AbstractMSVCEnvFactory
-
- getCommonToolDirectory() - Method in class org.codehaus.mojo.natives.msvc.MSVC2008x86AMD64EnvFactory
-
- getCommonToolDirectory() - Method in class org.codehaus.mojo.natives.msvc.MSVC2008x86EnvFactory
-
- 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
-
- getDeepDependencyCount() - Method in class org.codehaus.mojo.natives.Dependency
-
- getDependencies() - Method in class org.codehaus.mojo.natives.Dependency
-
Method getDependencies
- getDependenciesFileOrderList() - Method in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
convert dependencyLinkingOrders to a file list
- getDependencyAnalysisParticipation() - Method in class org.codehaus.mojo.natives.NativeSources
-
- getDependencyFile(Artifact, boolean) - Method in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
- 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
-
- getIncludeNames() - Method in class org.codehaus.mojo.natives.Dependency
-
- 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
-
- getIncZipDependencies() - Method in class org.codehaus.mojo.natives.plugin.NativeUnZipIncMojo
-
Get all .inczip compile time dependencies
- getIndentLevel(String) - Static method in class org.codehaus.mojo.natives.plugin.HelpMojo
-
Gets the indentation level of the specified line.
- 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
-
- getJavah() - Method in class org.codehaus.mojo.natives.plugin.NativeJavahMojo
-
- getJavahArtifacts() - Method in class org.codehaus.mojo.natives.plugin.NativeJavahMojo
-
Get all jars in the pom excluding transitive, test, and provided scope dependencies.
- getJavahClassPath() - Method in class org.codehaus.mojo.natives.plugin.NativeJavahMojo
-
Build classpaths from dependent jars including project output directory (i.e.
- 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
-
- getLibFileNames() - 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
-
- getLinker() - Method in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
- 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.msvc.MSVCLinker
-
- getManifest(String) - Method in class org.codehaus.mojo.natives.manager.DefaultManifestManager
-
- getManifest(String) - Method in interface org.codehaus.mojo.natives.manager.ManifestManager
-
- getManifest() - Method in class org.codehaus.mojo.natives.plugin.NativeManifestMojo
-
- 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
-
- getMessageCompiler() - Method in class org.codehaus.mojo.natives.plugin.NativeMessageCompileMojo
-
- 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.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.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
- getProperty(String) - Static method in class org.codehaus.mojo.natives.util.EnvUtil
-
- getPropertyFromExpression(String) - Method in class org.codehaus.mojo.natives.plugin.HelpMojo
-
- 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
-
- getRanlib() - Method in class org.codehaus.mojo.natives.plugin.NativeRanlibMojo
-
- 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
-
- getResourceCompiler() - Method in class org.codehaus.mojo.natives.plugin.NativeResourceCompileMojo
-
- getRoot() - Method in class org.codehaus.mojo.natives.Dependency
-
- getSingleChild(Node, String) - Method in class org.codehaus.mojo.natives.plugin.HelpMojo
-
- 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
-
- getValue(String, String, String) - Static method in class org.codehaus.mojo.natives.msvc.RegQuery
-
- getValue(Node, String) - Method in class org.codehaus.mojo.natives.plugin.HelpMojo
-
- getVerbose() - Method in class org.codehaus.mojo.natives.javah.JavahConfiguration
-
- getVisualStudioInstallDirectory(File) - Method in class org.codehaus.mojo.natives.msvc.AbstractMSVCEnvFactory
-
- getVisualStudioInstallDirectory(File) - Method in class org.codehaus.mojo.natives.msvc.MSVC2008x86AMD64EnvFactory
-
- getVisualStudioInstallDirectory(File) - Method in class org.codehaus.mojo.natives.msvc.MSVC2008x86EnvFactory
-
- 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
-
- goal - Variable in class org.codehaus.mojo.natives.plugin.HelpMojo
-
The name of the goal for which to show help.
- lastModified - Variable in class org.codehaus.mojo.natives.Dependency
-
Field lastModified
- LetterState - Class in org.codehaus.mojo.natives.parser
-
This parser state checks consumed characters against a specific character.
- LetterState(AbstractParser, char, AbstractParserState, AbstractParserState) - Constructor for class org.codehaus.mojo.natives.parser.LetterState
-
Constructor.
- lineLength - Variable in class org.codehaus.mojo.natives.plugin.HelpMojo
-
The maximum length of a display line, should be positive.
- link(LinkerConfiguration, List) - Method in class org.codehaus.mojo.natives.linker.AbstractLinker
-
- link(LinkerConfiguration, List) - Method in interface org.codehaus.mojo.natives.linker.Linker
-
- Linker - Interface in org.codehaus.mojo.natives.linker
-
- LINKER_INPUT_LIST_NAME - Static variable in class org.codehaus.mojo.natives.plugin.AbstractNativeMojo
-
- LINKER_OUTPUT_PATH - Static variable in class org.codehaus.mojo.natives.plugin.AbstractNativeMojo
-
- LinkerConfiguration - Class in org.codehaus.mojo.natives.linker
-
- LinkerConfiguration() - Constructor for class org.codehaus.mojo.natives.linker.LinkerConfiguration
-
- linkerEndOptions - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
Additional linker command options
- linkerExecutable - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
Override this property if permitted by linkerProvider.
- linkerFinalName - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
The name of the generated file
- LinkerManager - Interface in org.codehaus.mojo.natives.manager
-
- linkerMiddleOptions - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
Additional linker command options
- linkerOutputDirectory - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
Where to place the final packaging
- linkerProvider - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
Default value is ${compilerProvider}
- linkerSecondaryOutputExtensions - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
Comma separated extension type to be installed/deployed.
- linkerStartOptions - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
Additional linker command options
- linkingOrderLibs - Variable in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
Option to reorder dependency list, each item has the format of ${groupId}:${artifactId}
- logger - Variable in class org.codehaus.mojo.natives.compiler.AbstractCompiler.CompilerRunnable
-
- lookupDependencyUsingGroupArtifactIdPair(String) - Method in class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
Look up library in dependency list using groupId:artifactId key Note: we can not use project.artifactMap due the
introduction of inczip dependency where 2 dependency with the same artifactId and groupId, but differs by
extension type make the map not suitable for lookup
- lowerLetter - Variable in class org.codehaus.mojo.natives.parser.CaseInsensitiveLetterState
-
Lower case version of character to match.
- lowerLetter - Variable in class org.codehaus.mojo.natives.parser.WhitespaceOrCaseInsensitiveLetterState
-
Character to match (lower case).
- NativeBuildException - Exception in org.codehaus.mojo.natives
-
native api exception
- NativeBuildException(String) - Constructor for exception org.codehaus.mojo.natives.NativeBuildException
-
- NativeBuildException(String, Throwable) - Constructor for exception org.codehaus.mojo.natives.NativeBuildException
-
- NativeBundleIncludeFilesMojo - Class in org.codehaus.mojo.natives.plugin
-
Prepare include file bundle to be attached to maven for deployment purpose
- NativeBundleIncludeFilesMojo() - Constructor for class org.codehaus.mojo.natives.plugin.NativeBundleIncludeFilesMojo
-
- NativeCompileMojo - Class in org.codehaus.mojo.natives.plugin
-
Compile source files into native object files
- NativeCompileMojo() - Constructor for class org.codehaus.mojo.natives.plugin.NativeCompileMojo
-
- NativeInitializeMojo - Class in org.codehaus.mojo.natives.plugin
-
Initialize build lifecycle
- NativeInitializeMojo() - Constructor for class org.codehaus.mojo.natives.plugin.NativeInitializeMojo
-
- NativeJavahMojo - Class in org.codehaus.mojo.natives.plugin
-
Generate JNI include files based on a set of class names
- NativeJavahMojo() - Constructor for class org.codehaus.mojo.natives.plugin.NativeJavahMojo
-
- NativeLinkMojo - Class in org.codehaus.mojo.natives.plugin
-
Link all previously built object and dependent library files into final build artifact
- NativeLinkMojo() - Constructor for class org.codehaus.mojo.natives.plugin.NativeLinkMojo
-
- NativeManifestMojo - Class in org.codehaus.mojo.natives.plugin
-
Embeds a Visual Studio manifest file into a generated executable
- NativeManifestMojo() - Constructor for class org.codehaus.mojo.natives.plugin.NativeManifestMojo
-
- NativeMessageCompileMojo - Class in org.codehaus.mojo.natives.plugin
-
Compile Windows message files
- NativeMessageCompileMojo() - Constructor for class org.codehaus.mojo.natives.plugin.NativeMessageCompileMojo
-
- NativeMojoUtils - Class in org.codehaus.mojo.natives.plugin
-
- NativeMojoUtils() - Constructor for class org.codehaus.mojo.natives.plugin.NativeMojoUtils
-
- NativeRanlibMojo - Class in org.codehaus.mojo.natives.plugin
-
ranlib a Unix linker output file
- NativeRanlibMojo() - Constructor for class org.codehaus.mojo.natives.plugin.NativeRanlibMojo
-
- NativeResourceCompileMojo - Class in org.codehaus.mojo.natives.plugin
-
Compile Windows resource files
- NativeResourceCompileMojo() - Constructor for class org.codehaus.mojo.natives.plugin.NativeResourceCompileMojo
-
- NativeSources - Class in org.codehaus.mojo.natives
-
Compilable list of source file in a directory
- NativeSources() - Constructor for class org.codehaus.mojo.natives.NativeSources
-
- NativeUnZipIncMojo - Class in org.codehaus.mojo.natives.plugin
-
Unpack any .inczip dependencies to be included as system include path
- NativeUnZipIncMojo() - Constructor for class org.codehaus.mojo.natives.plugin.NativeUnZipIncMojo
-
- newLineState - Variable in class org.codehaus.mojo.natives.parser.CParser
-
- newLineState - Variable in class org.codehaus.mojo.natives.parser.FortranParser
-
State that starts consuming content at the beginning of a line.
- nextState - Variable in class org.codehaus.mojo.natives.parser.CaseInsensitiveLetterState
-
Next state if a match is found.
- nextState - Variable in class org.codehaus.mojo.natives.parser.LetterState
-
Next state if a match is found.
- nextState - Variable in class org.codehaus.mojo.natives.parser.WhitespaceOrCaseInsensitiveLetterState
-
Next state if the character is found.
- nextState - Variable in class org.codehaus.mojo.natives.parser.WhitespaceOrLetterState
-
Next state if the character is found.
- noMatchState - Variable in class org.codehaus.mojo.natives.parser.BranchState
-
- noMatchState - Variable in class org.codehaus.mojo.natives.parser.CaseInsensitiveLetterState
-
Next state if not match is found.
- noMatchState - Variable in class org.codehaus.mojo.natives.parser.LetterState
-
Next state if not match is found.
- NoSuchNativeProviderException - Exception in org.codehaus.mojo.natives.manager
-
- NoSuchNativeProviderException(String) - Constructor for exception org.codehaus.mojo.natives.manager.NoSuchNativeProviderException
-
- numberOfConcurrentCompilation - Variable in class org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
- numberOfConcurrentCompilation - Variable in class org.codehaus.mojo.natives.plugin.NativeCompileMojo
-
Number of parallel compilation threads