Index

B C D E F G J L O P R S T V X 
All Classes and Interfaces|All Packages

B

branchMatchingXpath(String) - Method in class rife.bld.extension.CheckstyleOperation
Shows Abstract Syntax Tree(AST) branches that match given XPath query.

C

CheckstyleFormatOption - Enum Class in rife.bld.extension
The Checkstyle output format for XML, sarif and default (plaib) logger.
CheckstyleOperation - Class in rife.bld.extension
Static code analysis using Checkstyle.
CheckstyleOperation() - Constructor for class rife.bld.extension.CheckstyleOperation
 
configurationFile(String) - Method in class rife.bld.extension.CheckstyleOperation
Specifies the location of the file that defines the configuration modules.

D

debug(boolean) - Method in class rife.bld.extension.CheckstyleOperation
Prints all debug logging of CheckStyle utility.

E

exclude - Variable in class rife.bld.extension.CheckstyleOperation
 
exclude(String...) - Method in class rife.bld.extension.CheckstyleOperation
Directory/file to exclude from CheckStyle.
exclude(Collection<String>) - Method in class rife.bld.extension.CheckstyleOperation
Directory/file to exclude from CheckStyle.
excludeRegex - Variable in class rife.bld.extension.CheckstyleOperation
 
excludeRegex(String...) - Method in class rife.bld.extension.CheckstyleOperation
Directory/file pattern to exclude from CheckStyle.
excludeRegex(Collection<String>) - Method in class rife.bld.extension.CheckstyleOperation
Directory/file pattern to exclude from CheckStyle.
executeConstructProcessCommandList() - Method in class rife.bld.extension.CheckstyleOperation
Part of the AbstractProcessOperation.execute() operation, constructs the command list to use for building the process.
executeIgnoredModules(boolean) - Method in class rife.bld.extension.CheckstyleOperation
Allows ignored modules to be run.

F

format(CheckstyleFormatOption) - Method in class rife.bld.extension.CheckstyleOperation
Specifies the output format.
fromProject(BaseProject) - Method in class rife.bld.extension.CheckstyleOperation
Configures the BaseProject.

G

generateXpathSuppression(boolean) - Method in class rife.bld.extension.CheckstyleOperation
Generates to output a suppression xml to use to suppress all violations from user's config.

J

javadocTree(boolean) - Method in class rife.bld.extension.CheckstyleOperation
This option is used to print the Parse Tree of the Javadoc comment.

L

label - Variable in enum class rife.bld.extension.CheckstyleFormatOption
 

O

options - Variable in class rife.bld.extension.CheckstyleOperation
The command line options.
outputPath(String) - Method in class rife.bld.extension.CheckstyleOperation
Sets the output file.

P

PLAIN - Enum constant in enum class rife.bld.extension.CheckstyleFormatOption
 
propertiesFile(String) - Method in class rife.bld.extension.CheckstyleOperation
Sets the property files to load.

R

rife.bld.extension - package rife.bld.extension
 

S

SARIF - Enum constant in enum class rife.bld.extension.CheckstyleFormatOption
 
sourceDir(String...) - Method in class rife.bld.extension.CheckstyleOperation
Specified the file(s) or folder(s) containing the source files to check.
sourceDir(Collection<String>) - Method in class rife.bld.extension.CheckstyleOperation
Specified the file(s) or folder(s) containing the source files to check.
sourceDirs - Variable in class rife.bld.extension.CheckstyleOperation
The source files(s) or folder(s).
suppressionLineColumnNumber(String) - Method in class rife.bld.extension.CheckstyleOperation
Prints xpath suppressions at the file's line and column position.

T

tabWith(int) - Method in class rife.bld.extension.CheckstyleOperation
Sets the length of the tab character.
tree(boolean) - Method in class rife.bld.extension.CheckstyleOperation
This option is used to display the Abstract Syntax Tree (AST) without any comments of the specified file.
treeWithComments(boolean) - Method in class rife.bld.extension.CheckstyleOperation
This option is used to display the Abstract Syntax Tree (AST) with comment nodes excluding Javadoc of the specified file.
treeWithJavadoc(boolean) - Method in class rife.bld.extension.CheckstyleOperation
This option is used to display the Abstract Syntax Tree (AST) with Javadoc nodes of the specified file.

V

valueOf(String) - Static method in enum class rife.bld.extension.CheckstyleFormatOption
Returns the enum constant of this class with the specified name.
values() - Static method in enum class rife.bld.extension.CheckstyleFormatOption
Returns an array containing the constants of this enum class, in the order they are declared.

X

XML - Enum constant in enum class rife.bld.extension.CheckstyleFormatOption
 
B C D E F G J L O P R S T V X 
All Classes and Interfaces|All Packages