Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractExecMojo - Class in org.codehaus.mojo.exec
-
This class is used for unifying functionality between the 2 mojo exec plugins ('java' and 'exec').
- AbstractExecMojo() - Constructor for class org.codehaus.mojo.exec.AbstractExecMojo
- AbstractPath - Class in org.codehaus.mojo.exec
- AbstractPath() - Constructor for class org.codehaus.mojo.exec.AbstractPath
- AbstractProperty - Class in org.codehaus.mojo.exec
-
Base type for system properties.
- AbstractProperty() - Constructor for class org.codehaus.mojo.exec.AbstractProperty
- addAdditionalClasspathElements(List<Path>) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
- additionalClasspathElements - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
Additional elements to be appended to the classpath.
- addOutputToClasspath - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
-
Add project output directory to classpath.
- addRelevantPluginDependenciesToClasspath(List<Path>) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Add any relevant project dependencies to the classpath.
- addRelevantProjectDependenciesToClasspath(List<Path>) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Add any relevant project dependencies to the classpath.
- addResourcesToClasspath - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
-
Add project resource directories to classpath.
- addToClasspath(StringBuffer, String) - Static method in class org.codehaus.mojo.exec.ExecMojo
- arguments - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
The class arguments.
- arguments - Variable in class org.codehaus.mojo.exec.ExecMojo
-
A list of arguments passed to the
executable
, which should be of type<argument>
or<classpath>
. - artifactId - Variable in class org.codehaus.mojo.exec.ExecutableDependency
- async - Variable in class org.codehaus.mojo.exec.ExecMojo
-
If set to true the child process executes asynchronously and build execution continues in parallel.
- asyncDestroyOnShutdown - Variable in class org.codehaus.mojo.exec.ExecMojo
-
If set to true, the asynchronous child process is destroyed upon JVM shutdown.
B
- basedir - Variable in class org.codehaus.mojo.exec.ExecMojo
- blockSystemExit - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
Whether to try and prohibit the called Java program from terminating the JVM (and with it the whole Maven build) by calling
System.exit(int)
. - buffer - Variable in class org.codehaus.mojo.exec.LineRedirectOutputStream
- build() - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder
- buildDirectory - Variable in class org.codehaus.mojo.exec.ExecMojo
- builder() - Static method in class org.codehaus.mojo.exec.URLClassLoaderBuilder
C
- ChainedEnumerations(Iterator<Enumeration<URL>>) - Constructor for class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader.ChainedEnumerations
- charset - Variable in class org.codehaus.mojo.exec.LineRedirectOutputStream
- checkExit(int) - Method in class org.codehaus.mojo.exec.SystemExitManager
-
Always throws a
SystemExitException
whenSystem.exit(int)
is called, instead of terminating the JVM. - checkPermission(Permission) - Method in class org.codehaus.mojo.exec.SystemExitManager
- Classpath - Class in org.codehaus.mojo.exec
- Classpath() - Constructor for class org.codehaus.mojo.exec.Classpath
- CLASSPATH_TOKEN - Static variable in class org.codehaus.mojo.exec.ExecMojo
- classpathFilenameExclusions - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
List of file to exclude from the classpath.
- classpathScope - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
-
Defines the scope of the classpath passed to the plugin.
- cleanupDaemonThreads - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
Whether to interrupt/join and possibly stop the daemon threads upon quitting.
- close() - Method in class org.codehaus.mojo.exec.LineRedirectOutputStream
- collectProjectArtifactsAndClasspath(List<Artifact>, List<Path>) - Method in class org.codehaus.mojo.exec.AbstractExecMojo
-
Collects the project artifacts in the specified List and the project specific classpath (build output and build test output) Files in the specified List, depending on the plugin classpathScope value.
- commandlineArgs - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
-
Arguments separated by space for the executed program.
- computeClasspathString(AbstractPath) - Method in class org.codehaus.mojo.exec.ExecMojo
-
Compute the classpath from the specified Classpath.
- computePath(AbstractPath) - Method in class org.codehaus.mojo.exec.ExecMojo
-
Compute the classpath from the specified Classpath.
- consumeLine(String) - Method in class org.codehaus.mojo.exec.EnvStreamConsumer
- createArgFile(String, List<String>) - Method in class org.codehaus.mojo.exec.ExecMojo
- createDefaultToolchain() - Method in class org.codehaus.mojo.exec.PathsToolchainFactory
- createEnvs(File) - Method in class org.codehaus.mojo.exec.ExecMojo
- createEnvWrapperFile(File) - Method in class org.codehaus.mojo.exec.ExecMojo
- createJar(List<String>, String) - Method in class org.codehaus.mojo.exec.ExecMojo
-
Create a jar with just a manifest containing a Main-Class entry for SurefireBooter and a Class-Path entry for all classpath elements.
- createToolchain(ToolchainModel) - Method in class org.codehaus.mojo.exec.PathsToolchainFactory
- current - Variable in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader.ChainedEnumerations
D
- daemonThreadJoinTimeout - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
This defines the number of milliseconds to wait for daemon threads to quit following their interruption.
This is only taken into account ifExecJavaMojo.cleanupDaemonThreads
istrue
. - decode(String) - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader
- delegate - Variable in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader.FilteringUrlEnum
- dependencies - Variable in class org.codehaus.mojo.exec.AbstractPath
- determineRelevantPluginDependencies() - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Determine all plugin dependencies relevant to the executable.
E
- ENDS_WITH_JAVA - Static variable in class org.codehaus.mojo.exec.ExecMojo
-
Trying to recognize whether the given
ExecMojo.executable
might be ajava
binary. - enumerations - Variable in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader.ChainedEnumerations
- environmentScript - Variable in class org.codehaus.mojo.exec.ExecMojo
-
Environment script to be merged with environmentVariables This script is platform specifics, on Unix its must be Bourne shell format.
- environmentVariables - Variable in class org.codehaus.mojo.exec.ExecMojo
-
Environment variables to pass to the executed program.
- envs - Variable in class org.codehaus.mojo.exec.EnvStreamConsumer
- EnvStreamConsumer - Class in org.codehaus.mojo.exec
- EnvStreamConsumer() - Constructor for class org.codehaus.mojo.exec.EnvStreamConsumer
- equals(Object) - Method in class org.codehaus.mojo.exec.ExecutableDependency
- exclusions - Variable in class org.codehaus.mojo.exec.URLClassLoaderBuilder
- ExecJavaClassLoader(URL[]) - Constructor for class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader
- ExecJavaMojo - Class in org.codehaus.mojo.exec
-
Executes the supplied java class in the current VM with the enclosing project's dependencies as classpath.
- ExecJavaMojo() - Constructor for class org.codehaus.mojo.exec.ExecJavaMojo
- ExecJavaMojo.IsolatedThreadGroup - Class in org.codehaus.mojo.exec
-
a ThreadGroup to isolate execution and collect exceptions.
- ExecMojo - Class in org.codehaus.mojo.exec
-
A Plugin for executing external programs.
- ExecMojo() - Constructor for class org.codehaus.mojo.exec.ExecMojo
- executable - Variable in class org.codehaus.mojo.exec.ExecMojo
-
The executable.
- executableDependency - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
-
If provided the ExecutableDependency identifies which of the plugin dependencies contains the executable class.
- ExecutableDependency - Class in org.codehaus.mojo.exec
-
ExecutableDependency class.
- ExecutableDependency() - Constructor for class org.codehaus.mojo.exec.ExecutableDependency
- execute() - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Execute goal.
- execute() - Method in class org.codehaus.mojo.exec.ExecMojo
-
priority in the execute method will be to use System properties arguments over the pom specification.
- executeCommandLine(Executor, CommandLine, Map<String, String>, FileOutputStream) - Method in class org.codehaus.mojo.exec.ExecMojo
- executeCommandLine(Executor, CommandLine, Map<String, String>, OutputStream, OutputStream) - Method in class org.codehaus.mojo.exec.ExecMojo
- executeCommandLine(Executor, CommandLine, Map<String, String>, PumpStreamHandler) - Method in class org.codehaus.mojo.exec.ExecMojo
- exitCode - Variable in exception org.codehaus.mojo.exec.SystemExitException
- ExtendedExecutor - Class in org.codehaus.mojo.exec
-
An executor which has the ability to use the
ProcessBuilder.inheritIO()
flag. - ExtendedExecutor(boolean) - Constructor for class org.codehaus.mojo.exec.ExtendedExecutor
F
- fillSuccessCodes(Executor) - Method in class org.codehaus.mojo.exec.ExecMojo
- filterArtifacts(List<Artifact>, Collection<String>) - Method in class org.codehaus.mojo.exec.ExecMojo
- FilteringUrlEnum(Enumeration<URL>) - Constructor for class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader.FilteringUrlEnum
- findExecutable(String, List<String>) - Static method in class org.codehaus.mojo.exec.ExecMojo
- findExecutableArtifact() - Method in class org.codehaus.mojo.exec.AbstractExecMojo
-
Examine the plugin dependencies to find the executable artifact.
- findTool(String) - Method in class org.codehaus.mojo.exec.PathsToolchain
- flush() - Method in class org.codehaus.mojo.exec.LineRedirectOutputStream
- forceJava - Variable in class org.codehaus.mojo.exec.ExecMojo
-
Forces the plugin to recognize the given executable as java executable.
G
- getActiveThreads(ThreadGroup) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
- getArtifactId() - Method in class org.codehaus.mojo.exec.ExecutableDependency
-
Getter for the field
artifactId
. - getBeanProperty(Object, String) - Method in class org.codehaus.mojo.exec.PathsToolchainFactory
- getClassLoader() - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Set up a classloader for the execution of the main class.
- getDependencies() - Method in class org.codehaus.mojo.exec.AbstractPath
- getExecutable() - Method in class org.codehaus.mojo.exec.ExecMojo
- getExecutableExtensions() - Static method in class org.codehaus.mojo.exec.ExecMojo
- getExecutablePath(Map<String, String>, File) - Method in class org.codehaus.mojo.exec.ExecMojo
- getExecutablePaths(Map<String, String>) - Method in class org.codehaus.mojo.exec.ExecMojo
- getExitCode() - Method in exception org.codehaus.mojo.exec.SystemExitException
- getGroupId() - Method in class org.codehaus.mojo.exec.ExecutableDependency
-
Getter for the field
groupId
. - getJre() - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader
- getKey() - Method in class org.codehaus.mojo.exec.Property
-
Getter for the field
key
. - getParsedEnv() - Method in class org.codehaus.mojo.exec.EnvStreamConsumer
- getPaths() - Method in class org.codehaus.mojo.exec.PathsToolchain
- getPluginDependencies() - Method in class org.codehaus.mojo.exec.AbstractExecMojo
- getProcessDestroyer() - Method in class org.codehaus.mojo.exec.ExecMojo
- getProvidesProperties(ToolchainModel) - Method in class org.codehaus.mojo.exec.PathsToolchainFactory
- getResources(String) - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader
- getSession() - Method in class org.codehaus.mojo.exec.AbstractExecMojo
- getSuccessCodes() - Method in class org.codehaus.mojo.exec.ExecMojo
- getSystemProperty(String) - Method in class org.codehaus.mojo.exec.ExecMojo
- getToolchain() - Method in class org.codehaus.mojo.exec.ExecMojo
- getUnparsedLines() - Method in class org.codehaus.mojo.exec.EnvStreamConsumer
- getValue() - Method in class org.codehaus.mojo.exec.Property
-
Getter for the field
value
. - groupId - Variable in class org.codehaus.mojo.exec.ExecutableDependency
H
- handleArguments(List<String>) - Method in class org.codehaus.mojo.exec.ExecMojo
- handleCommandLineArgs(List<String>) - Method in class org.codehaus.mojo.exec.ExecMojo
- handleSystemEnvVariables() - Method in class org.codehaus.mojo.exec.ExecMojo
- handleSystemPropertyArguments(String, List<String>) - Method in class org.codehaus.mojo.exec.ExecMojo
- handleWorkingDirectory() - Method in class org.codehaus.mojo.exec.ExecMojo
-
This is a convenient method to make the execute method a little bit more readable.
- hasCommandlineArgs() - Method in class org.codehaus.mojo.exec.AbstractExecMojo
- hasExecutableExtension(String) - Static method in class org.codehaus.mojo.exec.ExecMojo
- hashCode() - Method in class org.codehaus.mojo.exec.ExecutableDependency
- hasMoreElements() - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader.ChainedEnumerations
- hasMoreElements() - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader.FilteringUrlEnum
- hasNativeExtension(String) - Static method in class org.codehaus.mojo.exec.ExecMojo
I
- includePluginDependencies - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
Indicates if this plugin's dependencies should be used when executing the main class.
- includeProjectDependencies - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
Indicates if the project dependencies should be used when executing the main class.
- inheritIo - Variable in class org.codehaus.mojo.exec.ExecMojo
-
Program standard input, output and error streams will be inherited from the maven process.
- inheritIo - Variable in class org.codehaus.mojo.exec.ExtendedExecutor
- isDirectJvmClass(String) - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader
- isInJvm(URL) - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader
- isJavaExec() - Method in class org.codehaus.mojo.exec.ExecMojo
-
Returns
true
when a java binary is being executed. - isLongClassPathArgument(String) - Method in class org.codehaus.mojo.exec.ExecMojo
- isLongModulePathArgument(String) - Method in class org.codehaus.mojo.exec.ExecMojo
- IsolatedThreadGroup(String) - Constructor for class org.codehaus.mojo.exec.ExecJavaMojo.IsolatedThreadGroup
- isResultCodeAFailure(int) - Method in class org.codehaus.mojo.exec.ExecMojo
- isSkip() - Method in class org.codehaus.mojo.exec.AbstractExecMojo
-
Check if the execution should be skipped
J
- joinNonDaemonThreads(ThreadGroup) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
- joinThread(Thread, long) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
- jre - Variable in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader
K
- keepAlive - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
Deprecated.since 1.1-alpha-1
- key - Variable in class org.codehaus.mojo.exec.Property
L
- launch(CommandLine, Map<String, String>, File) - Method in class org.codehaus.mojo.exec.ExtendedExecutor
- linePrinter - Variable in class org.codehaus.mojo.exec.LineRedirectOutputStream
- LineRedirectOutputStream - Class in org.codehaus.mojo.exec
-
An output stream that captures one line of output at a time, and then redirects that line to some
Consumer
to act upon as it pleases. - LineRedirectOutputStream(Consumer<String>) - Constructor for class org.codehaus.mojo.exec.LineRedirectOutputStream
- LineRedirectOutputStream(Consumer<String>, Charset) - Constructor for class org.codehaus.mojo.exec.LineRedirectOutputStream
- loadClass(String, boolean) - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader
- logger - Variable in class org.codehaus.mojo.exec.PathsToolchainFactory
- logger - Variable in class org.codehaus.mojo.exec.URLClassLoaderBuilder
- longClasspath - Variable in class org.codehaus.mojo.exec.ExecMojo
-
If set to true the classpath and the main class will be written to a MANIFEST.MF file and wrapped into a jar.
- longModulepath - Variable in class org.codehaus.mojo.exec.ExecMojo
-
If set to true the modulepath and the main class will be written as an @arg file Instead of '--module-path/-p MODULEPATH ' the exec plugin executes '@modulepath'.
M
- mainClass - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
The main class to execute.
With Java 9 and above you can prefix it with the modulename, e.g. - matches(Artifact) - Method in class org.codehaus.mojo.exec.ExecutableDependency
-
Matches the groupId and artifactId.
- Modulepath - Class in org.codehaus.mojo.exec
- Modulepath() - Constructor for class org.codehaus.mojo.exec.Modulepath
- MODULEPATH_TOKEN - Static variable in class org.codehaus.mojo.exec.ExecMojo
N
- next - Variable in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader.FilteringUrlEnum
- nextElement() - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader.ChainedEnumerations
- nextElement() - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader.FilteringUrlEnum
O
- org.codehaus.mojo.exec - package org.codehaus.mojo.exec
- originalSecurityManager - Variable in class org.codehaus.mojo.exec.SystemExitManager
- originalSystemProperties - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
- outputFile - Variable in class org.codehaus.mojo.exec.ExecMojo
-
Program standard and error output will be redirected to the file specified by this optional field.
P
- parseCommandlineArgs() - Method in class org.codehaus.mojo.exec.AbstractExecMojo
-
Parses the argument string given by the user.
- paths - Variable in class org.codehaus.mojo.exec.PathsToolchain
- paths - Variable in class org.codehaus.mojo.exec.URLClassLoaderBuilder
- PathsToolchain - Class in org.codehaus.mojo.exec
-
Searches a list of configured paths for the requested tool.
- PathsToolchain(ToolchainModel, Logger) - Constructor for class org.codehaus.mojo.exec.PathsToolchain
- PathsToolchainFactory - Class in org.codehaus.mojo.exec
-
Factory for
PathsToolchain
. - PathsToolchainFactory() - Constructor for class org.codehaus.mojo.exec.PathsToolchainFactory
- pluginDependencies - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
- postLoad(boolean, Class<?>) - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader
- preloadCommonPool - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
Forces the creation of fork join common pool to avoids the threads to be owned by the isolated thread group and prevent a proper shutdown.
- preloadCommonPool() - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
To avoid the exec:java to consider common pool threads leaked, let's pre-create them.
- printAndReset() - Method in class org.codehaus.mojo.exec.LineRedirectOutputStream
- processDestroyer - Variable in class org.codehaus.mojo.exec.ExecMojo
- project - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
-
The enclosing project.
- ProjectProperties - Class in org.codehaus.mojo.exec
-
Represents all project properties (to set as system properties).
- ProjectProperties() - Constructor for class org.codehaus.mojo.exec.ProjectProperties
- Property - Class in org.codehaus.mojo.exec
-
Wrapper class for the systemProperty argument type.
- Property() - Constructor for class org.codehaus.mojo.exec.Property
Q
- quietLogs - Variable in class org.codehaus.mojo.exec.ExecMojo
-
When combined with
exec.useMavenLogger=true
, prints all executed program output at debug level instead of the default info level to the Maven logger.
R
- registerSourceRoots() - Method in class org.codehaus.mojo.exec.AbstractExecMojo
-
Register compile and compile tests source roots if necessary
- repositorySystem - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
- resolveExecutableDependencies(Artifact) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Resolve the executable dependencies for the specified project
S
- session - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
- session - Variable in class org.codehaus.mojo.exec.ExecMojo
-
The current build session instance.
- setArguments(List<?>) - Method in class org.codehaus.mojo.exec.ExecMojo
- setArtifactId(String) - Method in class org.codehaus.mojo.exec.ExecutableDependency
-
Setter for the field
artifactId
. - setBasedir(File) - Method in class org.codehaus.mojo.exec.ExecMojo
- setDependencies(Collection<String>) - Method in class org.codehaus.mojo.exec.AbstractPath
- setDependency(String) - Method in class org.codehaus.mojo.exec.AbstractPath
- setExclusions(Collection<String>) - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder
- setExecutable(String) - Method in class org.codehaus.mojo.exec.ExecMojo
- setGroupId(String) - Method in class org.codehaus.mojo.exec.ExecutableDependency
-
Setter for the field
groupId
. - setKey(String) - Method in class org.codehaus.mojo.exec.Property
-
Setter for the field
key
. - setLogger(Log) - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder
- setPaths(Collection<Path>) - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder
- setPaths(List<String>) - Method in class org.codehaus.mojo.exec.PathsToolchain
- setProject(MavenProject) - Method in class org.codehaus.mojo.exec.ExecMojo
- setSuccessCodes(Integer...) - Method in class org.codehaus.mojo.exec.ExecMojo
- setSystemProperties() - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Pass any given system properties to the java system properties.
- setValue(String) - Method in class org.codehaus.mojo.exec.Property
-
Setter for the field
value
. - setWorkingDirectory(File) - Method in class org.codehaus.mojo.exec.ExecMojo
- setWorkingDirectory(String) - Method in class org.codehaus.mojo.exec.ExecMojo
- skip - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
-
Skip the execution.
- sourceRoot - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
-
This folder is added to the list of those folders containing source to be compiled.
- START_PARSING_INDICATOR - Static variable in class org.codehaus.mojo.exec.EnvStreamConsumer
- startParsing - Variable in class org.codehaus.mojo.exec.EnvStreamConsumer
- stopUnresponsiveDaemonThreads - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
Wether to call
Thread.stop()
following a timing out of waiting for an interrupted thread to finish. - successCodes - Variable in class org.codehaus.mojo.exec.ExecMojo
-
Exit codes to be resolved as successful execution for non-compliant applications (applications not returning 0 for success).
- SystemExitException - Exception in org.codehaus.mojo.exec
-
Exception to be thrown by
SystemExitManager
whenSystem.exit(int)
is called - SystemExitException(String, int) - Constructor for exception org.codehaus.mojo.exec.SystemExitException
- SystemExitManager - Class in org.codehaus.mojo.exec
-
A special security manager (SM) passing on permission checks to the original SM it replaces, except for
SystemExitManager.checkExit(int)
- SystemExitManager(SecurityManager) - Constructor for class org.codehaus.mojo.exec.SystemExitManager
- systemProperties - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
A list of system properties to be passed.
- SystemProperty - Class in org.codehaus.mojo.exec
-
Just to comply to maven configuration (object converter) and the legacy configuration.
- SystemProperty() - Constructor for class org.codehaus.mojo.exec.SystemProperty
T
- terminateThreads(ThreadGroup) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
- testSourceRoot - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
-
This folder is added to the list of those folders containing source to be compiled for testing.
- THREAD_STOP_UNAVAILABLE - Static variable in class org.codehaus.mojo.exec.ExecJavaMojo
- timeout - Variable in class org.codehaus.mojo.exec.ExecMojo
-
Timeout in full milliseconds, default is
0
. - toolchain - Variable in class org.codehaus.mojo.exec.ExecMojo
-
The toolchain.
- toPath(URL) - Method in class org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader
- toProperties(Xpp3Dom) - Static method in class org.codehaus.mojo.exec.PathsToolchainFactory
- toString() - Method in class org.codehaus.mojo.exec.AbstractPath
- toString() - Method in class org.codehaus.mojo.exec.ExecutableDependency
- toString() - Method in class org.codehaus.mojo.exec.PathsToolchain
U
- uncaughtException - Variable in class org.codehaus.mojo.exec.ExecJavaMojo.IsolatedThreadGroup
- uncaughtException(Thread, Throwable) - Method in class org.codehaus.mojo.exec.ExecJavaMojo.IsolatedThreadGroup
- unparsed - Variable in class org.codehaus.mojo.exec.EnvStreamConsumer
- URLClassLoaderBuilder - Class in org.codehaus.mojo.exec
- URLClassLoaderBuilder() - Constructor for class org.codehaus.mojo.exec.URLClassLoaderBuilder
- URLClassLoaderBuilder.ExecJavaClassLoader - Class in org.codehaus.mojo.exec
- URLClassLoaderBuilder.ExecJavaClassLoader.ChainedEnumerations - Class in org.codehaus.mojo.exec
- URLClassLoaderBuilder.ExecJavaClassLoader.FilteringUrlEnum - Class in org.codehaus.mojo.exec
- useMavenLogger - Variable in class org.codehaus.mojo.exec.ExecMojo
-
When enabled, program standard and error output will be redirected to the Maven logger as Info and Error level logs, respectively.
V
W
- waitFor(long) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Stop program execution for nn millis.
- workingDirectory - Variable in class org.codehaus.mojo.exec.ExecMojo
-
The current working directory.
- write(int) - Method in class org.codehaus.mojo.exec.LineRedirectOutputStream
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form