Index

A B C D E F G H I L N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

addDefaultExcludes(String[], boolean) - Static method in class org.apache.maven.plugins.clean.GlobSelector
 
append(StringBuilder, String, int) - Method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.

B

BackgroundCleaner(Cleaner, Path, String) - Constructor for class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
build() - Method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
 

C

cleaner - Variable in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
Cleaner - Class in org.apache.maven.plugins.clean
Cleans directories.
Cleaner(MavenSession, Log, boolean, Path, String, boolean) - Constructor for class org.apache.maven.plugins.clean.Cleaner
Creates a new cleaner.
Cleaner.BackgroundCleaner - Class in org.apache.maven.plugins.clean
 
Cleaner.Result - Class in org.apache.maven.plugins.clean
 
Cleaner.SpyInvocationHandler - Class in org.apache.maven.plugins.clean
 
CleanMojo - Class in org.apache.maven.plugins.clean
Goal which cleans the build.
CleanMojo() - Constructor for class org.apache.maven.plugins.clean.CleanMojo
 
couldHoldSelected(String) - Method in class org.apache.maven.plugins.clean.GlobSelector
 
couldHoldSelected(String) - Method in interface org.apache.maven.plugins.clean.Selector
Determines whether a directory could contain selected paths.

D

DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
 
delegate - Variable in class org.apache.maven.plugins.clean.Cleaner.SpyInvocationHandler
 
delete(Path) - Static method in class org.apache.maven.plugins.clean.Cleaner
 
delete(Path, boolean, boolean) - Method in class org.apache.maven.plugins.clean.Cleaner
Deletes the specified file, directory.
delete(Path, String, Selector, boolean, boolean, boolean) - Method in class org.apache.maven.plugins.clean.Cleaner
Deletes the specified file or directory.
delete(Path, Selector, boolean, boolean, boolean) - Method in class org.apache.maven.plugins.clean.Cleaner
Deletes the specified directories and its contents.
delete(Cleaner, Path, String) - Static method in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
detail - Variable in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
If true, display all settable properties for each goal.
directory - Variable in class org.apache.maven.plugins.clean.CleanMojo
This is where build results go.
directory - Variable in class org.apache.maven.plugins.clean.Fileset
 
doDelete(Path) - Method in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
doSessionEnd() - Method in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 

E

excluded - Variable in class org.apache.maven.plugins.clean.Cleaner.Result
 
excludeDefaultDirectories - Variable in class org.apache.maven.plugins.clean.CleanMojo
Disables the deletion of the default output directories configured for a project.
excludes - Variable in class org.apache.maven.plugins.clean.Fileset
 
excludes - Variable in class org.apache.maven.plugins.clean.GlobSelector
 
execute() - Method in class org.apache.maven.plugins.clean.CleanMojo
Deletes file-sets in the following project build directory order: (source) directory, output directory, test directory, report directory, and then the additional file-sets.
execute() - Method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo

F

failOnError - Variable in class org.apache.maven.plugins.clean.CleanMojo
Indicates whether the build will continue even if there are clean errors.
failures - Variable in class org.apache.maven.plugins.clean.Cleaner.Result
 
fast - Variable in class org.apache.maven.plugins.clean.CleanMojo
Enables fast clean if possible.
FAST_MODE_AT_END - Static variable in class org.apache.maven.plugins.clean.CleanMojo
 
FAST_MODE_BACKGROUND - Static variable in class org.apache.maven.plugins.clean.CleanMojo
 
FAST_MODE_DEFER - Static variable in class org.apache.maven.plugins.clean.CleanMojo
 
fastDelete(Path) - Method in class org.apache.maven.plugins.clean.Cleaner
 
fastDir - Variable in class org.apache.maven.plugins.clean.Cleaner
 
fastDir - Variable in class org.apache.maven.plugins.clean.CleanMojo
When fast clean is specified, the fastDir property will be used as the location where directories to be deleted will be moved prior to background deletion.
fastMode - Variable in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
fastMode - Variable in class org.apache.maven.plugins.clean.Cleaner
 
fastMode - Variable in class org.apache.maven.plugins.clean.CleanMojo
Mode to use when using fast clean.
Fileset - Class in org.apache.maven.plugins.clean
Customizes the string representation of org.apache.maven.shared.model.fileset.FileSet to return the included and excluded files from the file-set's directory.
Fileset() - Constructor for class org.apache.maven.plugins.clean.Fileset
 
filesets - Variable in class org.apache.maven.plugins.clean.CleanMojo
The list of file sets to delete, in addition to the default directories.
filesToDelete - Variable in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
findNamedChild(Node, String) - Static method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
 
findSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
 
followSymlinks - Variable in class org.apache.maven.plugins.clean.Fileset
 
followSymLinks - Variable in class org.apache.maven.plugins.clean.CleanMojo
Sets whether the plugin should follow symbolic links while deleting files from the default output directories of the project.
force - Variable in class org.apache.maven.plugins.clean.Cleaner
Whether to force the deletion of read-only files.
force - Variable in class org.apache.maven.plugins.clean.CleanMojo
Whether to force the deletion of read-only files.

G

getDirectories() - Method in class org.apache.maven.plugins.clean.CleanMojo
Gets the directories to clean (if any).
getDirectory() - Method in class org.apache.maven.plugins.clean.Fileset
 
getExcludes() - Method in class org.apache.maven.plugins.clean.Fileset
 
getIncludes() - Method in class org.apache.maven.plugins.clean.Fileset
 
getIndentLevel(String) - Static method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
Gets the indentation level of the specified line.
getPropertyFromExpression(String) - Static method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
 
getSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
 
getValue(Node, String) - Static method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
 
GlobSelector - Class in org.apache.maven.plugins.clean
Selects paths based on Ant-like glob patterns.
GlobSelector(String[], String[]) - Constructor for class org.apache.maven.plugins.clean.GlobSelector
 
GlobSelector(String[], String[], boolean) - Constructor for class org.apache.maven.plugins.clean.GlobSelector
 
goal - Variable in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
The name of the goal for which to show help.

H

HelpMojo - Class in org.apache.maven.plugins.maven_clean_plugin
Display help information on maven-clean-plugin.
Call mvn clean:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
 

I

includes - Variable in class org.apache.maven.plugins.clean.Fileset
 
includes - Variable in class org.apache.maven.plugins.clean.GlobSelector
 
indentSize - Variable in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
The number of spaces per indentation level, should be positive.
init(Path, Path) - Method in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
instance - Static variable in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
invoke(Object, Method, Object[]) - Method in class org.apache.maven.plugins.clean.Cleaner.SpyInvocationHandler
 
isFollowSymlinks() - Method in class org.apache.maven.plugins.clean.Fileset
 
isMatched(String, String[]) - Static method in class org.apache.maven.plugins.clean.GlobSelector
 
isNotEmpty(String) - Static method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
 
isSelected(String) - Method in class org.apache.maven.plugins.clean.GlobSelector
 
isSelected(String) - Method in interface org.apache.maven.plugins.clean.Selector
Determines whether a path is selected for deletion.
isSymbolicLink(Path) - Method in class org.apache.maven.plugins.clean.Cleaner
 
isUseDefaultExcludes() - Method in class org.apache.maven.plugins.clean.Fileset
 
isVerbose() - Method in class org.apache.maven.plugins.clean.CleanMojo
Indicates whether verbose output is enabled.

L

LAST_DIRECTORY_TO_DELETE - Static variable in class org.apache.maven.plugins.clean.Cleaner
 
lineLength - Variable in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
The maximum length of a display line, should be positive.
log - Variable in class org.apache.maven.plugins.clean.Cleaner
 

N

NEW - Static variable in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
normalizePattern(String) - Static method in class org.apache.maven.plugins.clean.GlobSelector
 
normalizePatterns(String[]) - Static method in class org.apache.maven.plugins.clean.GlobSelector
 

O

ON_WINDOWS - Static variable in class org.apache.maven.plugins.clean.Cleaner
 
org.apache.maven.plugins.clean - package org.apache.maven.plugins.clean
 
org.apache.maven.plugins.maven_clean_plugin - package org.apache.maven.plugins.maven_clean_plugin
 
outputDirectory - Variable in class org.apache.maven.plugins.clean.CleanMojo
This is where compiled classes go.

P

PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
 
pollNext() - Method in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 

R

repeat(String, int) - Static method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
Repeat a String n times to form a new string.
reportDirectory - Variable in class org.apache.maven.plugins.clean.CleanMojo
This is where the site plugin generates its pages.
Result() - Constructor for class org.apache.maven.plugins.clean.Cleaner.Result
 
retryOnError - Variable in class org.apache.maven.plugins.clean.CleanMojo
Indicates whether the plugin should undertake additional attempts (after a short delay) to delete a file if the first attempt failed.
run() - Method in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
RUNNING - Static variable in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 

S

Selector - Interface in org.apache.maven.plugins.clean
Determines whether a path is selected for deletion.
session - Variable in class org.apache.maven.plugins.clean.Cleaner
The maven session.
session - Variable in class org.apache.maven.plugins.clean.CleanMojo
 
sessionEnd() - Static method in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
setWritable(Path) - Static method in class org.apache.maven.plugins.clean.Cleaner
Makes the given file or directory writable.
skip - Variable in class org.apache.maven.plugins.clean.CleanMojo
Disables the plugin execution.
SpyInvocationHandler(ExecutionListener) - Constructor for class org.apache.maven.plugins.clean.Cleaner.SpyInvocationHandler
 
status - Variable in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
STOPPED - Static variable in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
 
str - Variable in class org.apache.maven.plugins.clean.GlobSelector
 

T

testOutputDirectory - Variable in class org.apache.maven.plugins.clean.CleanMojo
This is where compiled test classes go.
toLines(String, int, int, int) - Static method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.
toNullablePath(File) - Static method in class org.apache.maven.plugins.clean.CleanMojo
 
toString() - Method in class org.apache.maven.plugins.clean.Fileset
Retrieves the included and excluded files from this file-set's directory.
toString() - Method in class org.apache.maven.plugins.clean.GlobSelector
 
toString(String[]) - Static method in class org.apache.maven.plugins.clean.GlobSelector
 

U

update(Cleaner.Result) - Method in class org.apache.maven.plugins.clean.Cleaner.Result
 
useDefaultExcludes - Variable in class org.apache.maven.plugins.clean.Fileset
 

V

verbose - Variable in class org.apache.maven.plugins.clean.Cleaner
 
verbose - Variable in class org.apache.maven.plugins.clean.CleanMojo
Sets whether the plugin runs in verbose mode.

W

wrapExecutionListener() - Method in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
If this has not been done already, we wrap the ExecutionListener inside a proxy which simply delegates call to the previous listener.
writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
 
writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugins.maven_clean_plugin.HelpMojo
 
A B C D E F G H I L N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values