A B C D E F G H I J K L M O P R S T U V W

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
 
addRelevantPluginDependenciesToClasspath(List) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
Add any relevant project dependencies to the classpath.
addRelevantProjectDependenciesToClasspath(List) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
Add any relevant project dependencies to the 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
Can be of type <argument> or <classpath> Can be overriden using "exec.args" env.
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.ExecJavaMojo
 

B

basedir - Variable in class org.codehaus.mojo.exec.ExecMojo
 

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
Wether to interrupt/join and possibly stop the daemon threads upon quitting.
collectProjectArtifactsAndClasspath(List, List) - 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 for the executed program
computeClasspath(Classpath) - Method in class org.codehaus.mojo.exec.ExecMojo
Compute the classpath from the specified Classpath.
computeClasspathString(Classpath) - Method in class org.codehaus.mojo.exec.ExecMojo
Compute the classpath from the specified Classpath.
createJar(List, 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.

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 if ExecJavaMojo.cleanupDaemonThreads is true.
DEBUG - Static variable in class org.codehaus.mojo.exec.StreamLog
 
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
 
dependencies - Variable in class org.codehaus.mojo.exec.Classpath
 
determineRelevantPluginDependencies() - Method in class org.codehaus.mojo.exec.ExecJavaMojo
Determine all plugin dependencies relevant to the executable.

E

ENCODING - Static variable in class org.codehaus.mojo.exec.UrlUtils
 
environmentVariables - Variable in class org.codehaus.mojo.exec.ExecMojo
Environment variables to pass to the executed program.
equals(Object) - Method in class org.codehaus.mojo.exec.ExecutableDependency
 
ERROR - Static variable in class org.codehaus.mojo.exec.StreamLog
 
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
 
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.
ExecJavaMojo.IsolatedThreadGroup(String) - Constructor for class org.codehaus.mojo.exec.ExecJavaMojo.IsolatedThreadGroup
 
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.ExecJavaMojo
If provided the ExecutableDependency identifies which of the plugin dependencies contains the executable class.
ExecutableDependency - Class in org.codehaus.mojo.exec
 
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, OutputStream, OutputStream) - Method in class org.codehaus.mojo.exec.ExecMojo
 

F

filterArtifacts(List, Collection) - Method in class org.codehaus.mojo.exec.ExecMojo
 
findExecutableArtifact() - Method in class org.codehaus.mojo.exec.ExecJavaMojo
Examine the plugin dependencies to find the executable artifact.

G

getActiveThreads(ThreadGroup) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
 
getArtifactId() - Method in class org.codehaus.mojo.exec.ExecutableDependency
 
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.Classpath
 
getExecOutputLog() - Method in class org.codehaus.mojo.exec.ExecMojo
 
getExecutable() - Method in class org.codehaus.mojo.exec.ExecMojo
 
getExecutablePath(Map, File) - 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.
getExecutor() - Method in class org.codehaus.mojo.exec.ExecMojo
 
getGroupId() - Method in class org.codehaus.mojo.exec.ExecutableDependency
 
getKey() - Method in class org.codehaus.mojo.exec.Property
 
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
 
getURL(File) - Static method in class org.codehaus.mojo.exec.UrlUtils
 
getValue() - Method in class org.codehaus.mojo.exec.Property
 
groupId - Variable in class org.codehaus.mojo.exec.ExecutableDependency
 

H

hasCommandlineArgs() - Method in class org.codehaus.mojo.exec.AbstractExecMojo
 
hashCode() - Method in class org.codehaus.mojo.exec.ExecutableDependency
 

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.
INFO - Static variable in class org.codehaus.mojo.exec.StreamLog
 
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
 
isDebugEnabled() - Method in class org.codehaus.mojo.exec.StreamLog
 
isEmpty(String) - Static method in class org.codehaus.mojo.exec.ExecMojo
 
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
 
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
 
localRepository - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
 
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.

M

mainClass - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
The main class to execute.
MASK - Static variable in class org.codehaus.mojo.exec.UrlUtils
 
matches(Artifact) - Method in class org.codehaus.mojo.exec.ExecutableDependency
 
metadataSource - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
 

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.
pluginDependencies - Variable in class org.codehaus.mojo.exec.ExecJavaMojo
 
project - Variable in class org.codehaus.mojo.exec.AbstractExecMojo
The enclosing project.
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

RADIX - Static variable in class org.codehaus.mojo.exec.UrlUtils
 
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.ExecJavaMojo
 
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
 
setBasedir(File) - Method in class org.codehaus.mojo.exec.ExecMojo
 
setDependencies(Collection) - Method in class org.codehaus.mojo.exec.Classpath
 
setDependency(String) - Method in class org.codehaus.mojo.exec.Classpath
 
setExecutable(String) - Method in class org.codehaus.mojo.exec.ExecMojo
 
setGroupId(String) - Method in class org.codehaus.mojo.exec.ExecutableDependency
 
setKey(String) - Method in class org.codehaus.mojo.exec.Property
 
setLevel(int) - Method in class org.codehaus.mojo.exec.StreamLog
 
setProject(MavenProject) - Method in class org.codehaus.mojo.exec.ExecMojo
 
setSuccessCodes(List) - 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
 
setWorkingDirectory(String) - Method in class org.codehaus.mojo.exec.ExecMojo
 
setWorkingDirectory(File) - 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.
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.
toString() - Method in class org.codehaus.mojo.exec.Classpath
 
toString() - Method in class org.codehaus.mojo.exec.ExecutableDependency
 

U

uncaughtException - Variable in class org.codehaus.mojo.exec.ExecJavaMojo.IsolatedThreadGroup
 
uncaughtException(Thread, Throwable) - Method in class org.codehaus.mojo.exec.ExecJavaMojo.IsolatedThreadGroup
 
UNRESERVED - Static variable in class org.codehaus.mojo.exec.UrlUtils
 
UrlUtils - Class in org.codehaus.mojo.exec
Utility for dealing with URLs in pre-JDK 1.4.
UrlUtils() - Constructor for class org.codehaus.mojo.exec.UrlUtils
 

V

value - Variable in class org.codehaus.mojo.exec.Property
 

W

waitFor(long) - Method in class org.codehaus.mojo.exec.ExecJavaMojo
Stop program execution for nn millis.
WARN - Static variable in class org.codehaus.mojo.exec.StreamLog
 
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
 
workingDirectory - Variable in class org.codehaus.mojo.exec.ExecMojo
The current working directory.

A B C D E F G H I J K L M O P R S T U V W

Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.