A B C D E F G I L N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addDefaultExcludes(String[], boolean) - Static method in class org.apache.maven.plugins.clean.GlobSelector
B
- BackgroundCleaner(Cleaner, File, String) - Constructor for class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
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, File, String) - Constructor for class org.apache.maven.plugins.clean.Cleaner
-
Creates a new cleaner.
- Cleaner.BackgroundCleaner - Class in org.apache.maven.plugins.clean
- Cleaner.Logger - Interface 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
- delegate - Variable in class org.apache.maven.plugins.clean.Cleaner.SpyInvocationHandler
- delete(File, boolean, boolean) - Method in class org.apache.maven.plugins.clean.Cleaner
-
Deletes the specified file, directory.
- delete(File, String, Selector, boolean, boolean, boolean) - Method in class org.apache.maven.plugins.clean.Cleaner
-
Deletes the specified file or directory.
- delete(File, Selector, boolean, boolean, boolean) - Method in class org.apache.maven.plugins.clean.Cleaner
-
Deletes the specified directories and its contents.
- delete(Cleaner, File, String) - Static method in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
- 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(File) - 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.
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(File) - 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
- 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.
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
- 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
I
- includes - Variable in class org.apache.maven.plugins.clean.Fileset
- includes - Variable in class org.apache.maven.plugins.clean.GlobSelector
- init(File, File) - 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
- 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.
- 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
- log(CharSequence) - Method in interface org.apache.maven.plugins.clean.Cleaner.Logger
- logDebug - Variable in class org.apache.maven.plugins.clean.Cleaner
- logInfo - Variable in class org.apache.maven.plugins.clean.Cleaner
- logVerbose - Variable in class org.apache.maven.plugins.clean.Cleaner
- logWarn - 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
- outputDirectory - Variable in class org.apache.maven.plugins.clean.CleanMojo
-
This is where compiled classes go.
P
- pollNext() - Method in class org.apache.maven.plugins.clean.Cleaner.BackgroundCleaner
R
- 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
- 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.
- 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.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.
All Classes All Packages