Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
O
P
Q
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
addIfNotEmpty(List<String>, String)
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
addToClasspath(StringBuffer, String)
- Static method in class org.codehaus.mojo.exec.
ExecMojo
application
- Variable in class org.codehaus.mojo.exec.
EclipseFormatterMojo
This is the name of the Eclipse application that performs the formatting
arguments
- Variable in class org.codehaus.mojo.exec.
ExecMojo
Can be of type
<argument>
or
<classpath>
Can be overridden using "exec.args" env.
artifactId
- Variable in class org.codehaus.mojo.exec.
ExecutableDependency
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.
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
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
E
eclipseArgs
- Variable in class org.codehaus.mojo.exec.
EclipseFormatterMojo
Any arguments specified here are passed to the Eclipse binary as additional command line arguments.
eclipseBinary
- Variable in class org.codehaus.mojo.exec.
EclipseFormatterMojo
Full path to the Eclipse executable binary
EclipseFormatterMojo
- Class in
org.codehaus.mojo.exec
A plugin for executing the Eclipse java source code formatter
EclipseFormatterMojo()
- Constructor for class org.codehaus.mojo.exec.
EclipseFormatterMojo
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
excludes
- Variable in class org.codehaus.mojo.exec.
EclipseFormatterMojo
Regular expressions for directories to exclude from the formatting process.
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
- Class in
org.codehaus.mojo.exec
ExecutableDependency()
- Constructor for class org.codehaus.mojo.exec.
ExecutableDependency
execute()
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
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
formatterPreferences
- Variable in class org.codehaus.mojo.exec.
EclipseFormatterMojo
Pointer to an Eclipse "org.eclipse.jdt.core.prefs" file.
FS
- Static variable in class org.codehaus.mojo.exec.
EclipseFormatterMojo
G
getApplication()
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
getArtifactId()
- Method in class org.codehaus.mojo.exec.
ExecutableDependency
getConfigAbsolutePath()
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
getDependencies()
- Method in class org.codehaus.mojo.exec.
Classpath
getEclipseArgs()
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
getEclipseArguments(List<File>)
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
getEclipseBinary()
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
getExcludes()
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
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
getExecutor()
- Method in class org.codehaus.mojo.exec.
ExecMojo
getFormatterPreferences()
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
getGroupId()
- Method in class org.codehaus.mojo.exec.
ExecutableDependency
getIncludes()
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
getJavaBinaries()
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
getJavaBinary()
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
getKey()
- Method in class org.codehaus.mojo.exec.
Property
getSourceDirectories()
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
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
getVm()
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
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
includes
- Variable in class org.codehaus.mojo.exec.
EclipseFormatterMojo
Regular expressions for directories that contain Java source code to format.
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
javaBinaries
- Variable in class org.codehaus.mojo.exec.
EclipseFormatterMojo
Binaries representing a Java VM.
K
key
- Variable in class org.codehaus.mojo.exec.
Property
L
level
- Variable in class org.codehaus.mojo.exec.
StreamLog
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
MASK
- Static variable in class org.codehaus.mojo.exec.
UrlUtils
matches(Artifact)
- Method in class org.codehaus.mojo.exec.
ExecutableDependency
O
org.codehaus.mojo.exec
- package org.codehaus.mojo.exec
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.
project
- Variable in class org.codehaus.mojo.exec.
AbstractExecMojo
The enclosing project.
Property
- Class in
org.codehaus.mojo.exec
Wrapper class for the systemPropery argument type.
Property()
- Constructor for class org.codehaus.mojo.exec.
Property
Q
quote(String)
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
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
S
s
- Variable in class org.codehaus.mojo.exec.
StreamLog
session
- Variable in class org.codehaus.mojo.exec.
ExecMojo
The current build session instance.
setApplication(String)
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
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
setEclipseArgs(String[])
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
setEclipseBinary(String)
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
setExcludes(String[])
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
setExecutable(String)
- Method in class org.codehaus.mojo.exec.
ExecMojo
setFormatterPreferences(String)
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
setGroupId(String)
- Method in class org.codehaus.mojo.exec.
ExecutableDependency
setIncludes(String[])
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
setJavaBinaries(String[])
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
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
setValue(String)
- Method in class org.codehaus.mojo.exec.
Property
setVm(String)
- Method in class org.codehaus.mojo.exec.
EclipseFormatterMojo
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.
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).
T
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
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
vm
- Variable in class org.codehaus.mojo.exec.
EclipseFormatterMojo
Full path to a Java VM.
W
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
Q
R
S
T
U
V
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2011
The Kuali Foundation
. All Rights Reserved.