Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addDefaultExcludes() - Method in class org.codehaus.plexus.build.EmptyScanner
-
addDefaultExcludes.
- addError(File, int, int, String, Throwable) - Method in interface org.codehaus.plexus.build.BuildContext
-
Deprecated.Use addMessage with severity=SEVERITY_WARNING instead
- addError(File, int, int, String, Throwable) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
addError.
- addMessage(File, int, int, String, int, Throwable) - Method in interface org.codehaus.plexus.build.BuildContext
-
Adds a message to the build context.
- addMessage(File, int, int, String, int, Throwable) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
Adds a message to the build context.
- addWarning(File, int, int, String, Throwable) - Method in interface org.codehaus.plexus.build.BuildContext
-
Deprecated.Use addMessage with severity=SEVERITY_ERROR instead
- addWarning(File, int, int, String, Throwable) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
addWarning.
B
- BuildContext - Interface in org.codehaus.plexus.build
-
BuildContext interface.
D
- DefaultBuildContext - Class in org.codehaus.plexus.build
-
Filesystem based non-incremental build context implementation which behaves as if all files were just created.
- DefaultBuildContext() - Constructor for class org.codehaus.plexus.build.DefaultBuildContext
E
- EmptyScanner - Class in org.codehaus.plexus.build
-
Scanner implementation never finds any files/directories.
- EmptyScanner(File) - Constructor for class org.codehaus.plexus.build.EmptyScanner
-
Constructor for EmptyScanner.
G
- getBasedir() - Method in class org.codehaus.plexus.build.EmptyScanner
-
Getter for the field
basedir
. - getIncludedDirectories() - Method in class org.codehaus.plexus.build.EmptyScanner
-
getIncludedDirectories.
- getIncludedFiles() - Method in class org.codehaus.plexus.build.EmptyScanner
-
getIncludedFiles.
- getValue(String) - Method in interface org.codehaus.plexus.build.BuildContext
-
Returns value associated with
key
during previous mojo execution. - getValue(String) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
Returns value associated with
key
during previous mojo execution.
H
- hasDelta(File) - Method in interface org.codehaus.plexus.build.BuildContext
-
Returns
true
if the file has changed since last build or is not under basedir. - hasDelta(File) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
hasDelta.
- hasDelta(String) - Method in interface org.codehaus.plexus.build.BuildContext
-
Returns
true
if file or folder identified byrelpath
has changed since last build. - hasDelta(String) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
Returns
true
if file or folder identified byrelpath
has changed since last build. - hasDelta(List<String>) - Method in interface org.codehaus.plexus.build.BuildContext
-
Returns
true
if any file or folder identified byrelpaths
has changed since last build. - hasDelta(List<String>) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
hasDelta.
I
- isIncremental() - Method in interface org.codehaus.plexus.build.BuildContext
-
Returns
true
if this build context is incremental. - isIncremental() - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
isIncremental.
- isUptodate(File, File) - Method in interface org.codehaus.plexus.build.BuildContext
-
Returns true, if the target file exists and is uptodate compared to the source file.
- isUptodate(File, File) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
Returns true, if the target file exists and is uptodate compared to the source file.
N
- newDeleteScanner(File) - Method in interface org.codehaus.plexus.build.BuildContext
-
Returned Scanner scans
basedir
for files and directories deleted since last build. - newDeleteScanner(File) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
Returned Scanner scans
basedir
for files and directories deleted since last build. - newFileOutputStream(File) - Method in interface org.codehaus.plexus.build.BuildContext
-
Returns new OutputStream that writes to the
file
. - newFileOutputStream(File) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
Returns new OutputStream that writes to the
file
. - newScanner(File) - Method in interface org.codehaus.plexus.build.BuildContext
-
Convenience method, fully equal to newScanner(basedir, false)
- newScanner(File) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
Convenience method, fully equal to newScanner(basedir, false)
- newScanner(File, boolean) - Method in interface org.codehaus.plexus.build.BuildContext
-
Returned Scanner scans files and folders under
basedir
. - newScanner(File, boolean) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
Returned Scanner scans files and folders under
basedir
.
O
- org.codehaus.plexus.build - package org.codehaus.plexus.build
R
- refresh(File) - Method in interface org.codehaus.plexus.build.BuildContext
-
Indicates that the file or folder content has been modified during the build.
- refresh(File) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
Indicates that the file or folder content has been modified during the build.
- removeMessages(File) - Method in interface org.codehaus.plexus.build.BuildContext
-
Removes all messages associated with a file or folder during a previous build.
- removeMessages(File) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
Removes all messages associated with a file or folder during a previous build.
S
- scan() - Method in class org.codehaus.plexus.build.EmptyScanner
-
scan.
- setExcludes(String[]) - Method in class org.codehaus.plexus.build.EmptyScanner
-
setExcludes.
- setFilenameComparator(Comparator<String>) - Method in class org.codehaus.plexus.build.EmptyScanner
- setIncludes(String[]) - Method in class org.codehaus.plexus.build.EmptyScanner
-
setIncludes.
- setValue(String, Object) - Method in interface org.codehaus.plexus.build.BuildContext
-
Associate specified
key
with specifiedvalue
in the build context. - setValue(String, Object) - Method in class org.codehaus.plexus.build.DefaultBuildContext
-
Associate specified
key
with specifiedvalue
in the build context. - SEVERITY_ERROR - Static variable in interface org.codehaus.plexus.build.BuildContext
-
Constant
SEVERITY_ERROR=2
- SEVERITY_WARNING - Static variable in interface org.codehaus.plexus.build.BuildContext
-
Constant
SEVERITY_WARNING=1
All Classes and Interfaces|All Packages|Constant Field Values