A B C D E F G H I J K L M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- addAdditionalClasspathElements(List<URL>) - 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<URL>) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Add any relevant project dependencies to the classpath.
- addRelevantProjectDependenciesToClasspath(List<URL>) - 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
- append(StringBuilder, String, int) - Method in class org.codehaus.mojo.exec.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
- 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>
. - artifactFactory - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
- artifactFactory - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
- artifactId - Variable in class org.codehaus.mojo.exec.ExecutableDependency
- artifactResolver - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
- artifactResolver - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
- 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
- build() - Method in class org.codehaus.mojo.exec.HelpMojo
C
- 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
- 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.
- collectProjectArtifactsAndClasspath(List<Artifact>, List<File>) - 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
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
. - debug(CharSequence) - Method in class org.codehaus.mojo.exec.StreamLog
- debug(CharSequence, Throwable) - Method in class org.codehaus.mojo.exec.StreamLog
- debug(Throwable) - Method in class org.codehaus.mojo.exec.StreamLog
- DEBUG - Static variable in class org.codehaus.mojo.exec.StreamLog
- DEFAULT_LINE_LENGTH - Static variable in class org.codehaus.mojo.exec.HelpMojo
- dependencies - Variable in class org.codehaus.mojo.exec.AbstractPath
- detail - Variable in class org.codehaus.mojo.exec.HelpMojo
-
If
true
, display all settable properties for each goal. - determineRelevantPluginDependencies() - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Determine all plugin dependencies relevant to the executable.
E
- 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
- error(CharSequence) - Method in class org.codehaus.mojo.exec.StreamLog
- error(CharSequence, Throwable) - Method in class org.codehaus.mojo.exec.StreamLog
- error(Throwable) - Method in class org.codehaus.mojo.exec.StreamLog
- ERROR - Static variable in class org.codehaus.mojo.exec.StreamLog
- 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.
- execute() - Method in class org.codehaus.mojo.exec.HelpMojo
- 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
F
- fillSuccessCodes(Executor) - Method in class org.codehaus.mojo.exec.ExecMojo
- filterArtifacts(List<Artifact>, Collection<String>) - Method in class org.codehaus.mojo.exec.ExecMojo
- 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.
- findNamedChild(Node, String) - Method in class org.codehaus.mojo.exec.HelpMojo
- findSingleChild(Node, String) - Method in class org.codehaus.mojo.exec.HelpMojo
- findTool(String) - Method in class org.codehaus.mojo.exec.PathsToolchain
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
- getExecutablePomArtifact(Artifact) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Get the artifact which refers to the POM of the executable artifact.
- getGroupId() - Method in class org.codehaus.mojo.exec.ExecutableDependency
-
Getter for the field
groupId
. - getIndentLevel(String) - Static method in class org.codehaus.mojo.exec.HelpMojo
-
Gets the indentation level of the specified line.
- 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
- getProcessDestroyer() - Method in class org.codehaus.mojo.exec.ExecMojo
- getPropertyFromExpression(String) - Method in class org.codehaus.mojo.exec.HelpMojo
- getProvidesProperties(ToolchainModel) - Method in class org.codehaus.mojo.exec.PathsToolchainFactory
- getSingleChild(Node, String) - Method in class org.codehaus.mojo.exec.HelpMojo
- 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
- getValue() - Method in class org.codehaus.mojo.exec.Property
-
Getter for the field
value
. - getValue(Node, String) - Method in class org.codehaus.mojo.exec.HelpMojo
- goal - Variable in class org.codehaus.mojo.exec.HelpMojo
-
The name of the goal for which to show help.
- 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
- hasNativeExtension(String) - Static method in class org.codehaus.mojo.exec.ExecMojo
- HelpMojo - Class in org.codehaus.mojo.exec
-
Display help information on exec-maven-plugin.
Callmvn exec:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.codehaus.mojo.exec.HelpMojo
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.
- indentSize - Variable in class org.codehaus.mojo.exec.HelpMojo
-
The number of spaces per indentation level, should be positive.
- info(CharSequence) - Method in class org.codehaus.mojo.exec.StreamLog
- info(CharSequence, Throwable) - Method in class org.codehaus.mojo.exec.StreamLog
- info(Throwable) - Method in class org.codehaus.mojo.exec.StreamLog
- INFO - Static variable in class org.codehaus.mojo.exec.StreamLog
- isDebugEnabled() - Method in class org.codehaus.mojo.exec.StreamLog
- isErrorEnabled() - Method in class org.codehaus.mojo.exec.StreamLog
- isInfoEnabled() - Method in class org.codehaus.mojo.exec.StreamLog
- isLongClassPathArgument(String) - Method in class org.codehaus.mojo.exec.ExecMojo
- isLongModulePathArgument(String) - Method in class org.codehaus.mojo.exec.ExecMojo
- isNotEmpty(String) - Static method in class org.codehaus.mojo.exec.HelpMojo
- 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
- isWarnEnabled() - Method in class org.codehaus.mojo.exec.StreamLog
J
- joinNonDaemonThreads(ThreadGroup) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
- joinThread(Thread, long) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
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
- killAfter - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
Deprecated.since 1.1-alpha-1
L
- level - Variable in class org.codehaus.mojo.exec.StreamLog
- lineLength - Variable in class org.codehaus.mojo.exec.HelpMojo
-
The maximum length of a display line, should be positive.
- localRepository - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
- localRepository - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
- logger - Variable in class org.codehaus.mojo.exec.PathsToolchainFactory
- 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.
- matches(Artifact) - Method in class org.codehaus.mojo.exec.ExecutableDependency
-
Matches the groupId and artifactId.
- metadataSource - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
- metadataSource - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
- 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
O
- org.codehaus.mojo.exec - package org.codehaus.mojo.exec
- 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
- 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
- PLUGIN_HELP_PATH - Static variable in class org.codehaus.mojo.exec.HelpMojo
- pluginDependencies - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
- pluginDependencies - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
- processDestroyer - Variable in class org.codehaus.mojo.exec.ExecMojo
- project - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
-
The enclosing project.
- projectBuilder - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
- projectBuilder - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
- Property - Class in org.codehaus.mojo.exec
-
Wrapper class for the systemPropery argument type.
- Property() - Constructor for class org.codehaus.mojo.exec.Property
R
- registerSourceRoots() - Method in class org.codehaus.mojo.exec.AbstractExecMojo
-
Register compile and compile tests source roots if necessary
- remoteRepositories - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
- remoteRepositories - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
- repeat(String, int) - Static method in class org.codehaus.mojo.exec.HelpMojo
-
Repeat a String
n
times to form a new string. - resolveExecutableDependencies(Artifact) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Resolve the executable dependencies for the specified project
S
- s - Variable in class org.codehaus.mojo.exec.StreamLog
- 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
- 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
. - setLevel(int) - Method in class org.codehaus.mojo.exec.StreamLog
- 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. - StreamLog - Class in org.codehaus.mojo.exec
-
a Simple Maven Log that outputs to a Stream
- StreamLog(PrintStream) - Constructor for class org.codehaus.mojo.exec.StreamLog
- 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).
- systemProperties - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
-
A list of system properties to be passed.
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.
- toLines(String, int, int, int) - Static method in class org.codehaus.mojo.exec.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Static method in class org.codehaus.mojo.exec.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- toolchain - Variable in class org.codehaus.mojo.exec.ExecMojo
-
The toolchain.
- 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
V
W
- waitFor(long) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
-
Stop program execution for nn millis.
- warn(CharSequence) - Method in class org.codehaus.mojo.exec.StreamLog
- warn(CharSequence, Throwable) - Method in class org.codehaus.mojo.exec.StreamLog
- warn(Throwable) - Method in class org.codehaus.mojo.exec.StreamLog
- WARN - Static variable in class org.codehaus.mojo.exec.StreamLog
- workingDirectory - Variable in class org.codehaus.mojo.exec.ExecMojo
-
The current working directory.
- writeGoal(StringBuilder, String, Element) - Method in class org.codehaus.mojo.exec.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class org.codehaus.mojo.exec.HelpMojo
All Classes All Packages