A B C D E F G H 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
- append(StringBuilder, String, int) - Method in class org.apache.maven.plugins.clean.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
B
C
- Cleaner - Class in org.apache.maven.plugins.clean
-
Cleans directories.
- Cleaner(Log, boolean) - Constructor for class org.apache.maven.plugins.clean.Cleaner
-
Creates a new cleaner.
- Cleaner.Logger - Interface in org.apache.maven.plugins.clean
- Cleaner.Result - 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.clean.HelpMojo
- 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.
- detail - Variable in class org.apache.maven.plugins.clean.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
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.clean.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
- 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.
- findNamedChild(Node, String) - Method in class org.apache.maven.plugins.clean.HelpMojo
- findSingleChild(Node, String) - Method in class org.apache.maven.plugins.clean.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.
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.clean.HelpMojo
-
Gets the indentation level of the specified line.
- getPropertyFromExpression(String) - Method in class org.apache.maven.plugins.clean.HelpMojo
- getSingleChild(Node, String) - Method in class org.apache.maven.plugins.clean.HelpMojo
- getValue(Node, String) - Method in class org.apache.maven.plugins.clean.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.clean.HelpMojo
-
The name of the goal for which to show help.
H
- HelpMojo - Class in org.apache.maven.plugins.clean
-
Display help information on maven-clean-plugin.
Callmvn clean:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.apache.maven.plugins.clean.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.clean.HelpMojo
-
The number of spaces per indentation level, should be positive.
- 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.clean.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.
- 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
- lineLength - Variable in class org.apache.maven.plugins.clean.HelpMojo
-
The maximum length of a display line, should be positive.
- 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
- 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
- PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugins.clean.HelpMojo
R
- repeat(String, int) - Static method in class org.apache.maven.plugins.clean.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.
S
- Selector - Interface in org.apache.maven.plugins.clean
-
Determines whether a path is selected for deletion.
- skip - Variable in class org.apache.maven.plugins.clean.CleanMojo
-
Disables the plugin execution.
- 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.clean.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.clean.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- 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
- writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugins.clean.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugins.clean.HelpMojo
All Classes All Packages