Index
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
- CheckstyleOperation - Class in rife.bld.extension
-
Static code analysis using Checkstyle.
- CheckstyleOperation() - Constructor for class rife.bld.extension.CheckstyleOperation
- configurationFile(File) - Method in class rife.bld.extension.CheckstyleOperation
-
Specifies the location of the file that defines the configuration modules.
- configurationFile(String) - Method in class rife.bld.extension.CheckstyleOperation
-
Specifies the location of the file that defines the configuration modules.
- configurationFile(Path) - 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(File...) - Method in class rife.bld.extension.CheckstyleOperation
-
Directory/file to exclude from Checkstyle.
- exclude(String...) - Method in class rife.bld.extension.CheckstyleOperation
-
Directory/file to exclude from Checkstyle.
- exclude(Path...) - Method in class rife.bld.extension.CheckstyleOperation
-
Directory/file to exclude from Checkstyle.
- exclude(Collection<File>) - Method in class rife.bld.extension.CheckstyleOperation
-
Directory/file to exclude from Checkstyle.
- excludePaths(Collection<Path>) - Method in class rife.bld.extension.CheckstyleOperation
-
Directory/file to exclude from Checkstyle.
- 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.
- excludeStrings(Collection<String>) - Method in class rife.bld.extension.CheckstyleOperation
-
Directory/file to exclude from Checkstyle.
- execute() - Method in class rife.bld.extension.CheckstyleOperation
- executeConstructProcessCommandList() - Method in class rife.bld.extension.CheckstyleOperation
-
Part of the
CheckstyleOperation.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(OutputFormat) - 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.checkstyle.OutputFormat
O
- options() - Method in class rife.bld.extension.CheckstyleOperation
-
Returns the command line options.
- OutputFormat - Enum Class in rife.bld.extension.checkstyle
-
The Checkstyle output format for XML, sarif and default (plain) logger.
- outputPath(File) - Method in class rife.bld.extension.CheckstyleOperation
-
Sets the output file.
- outputPath(String) - Method in class rife.bld.extension.CheckstyleOperation
-
Sets the output file.
- outputPath(Path) - Method in class rife.bld.extension.CheckstyleOperation
-
Sets the output file.
P
- PLAIN - Enum constant in enum class rife.bld.extension.checkstyle.OutputFormat
- propertiesFile(File) - Method in class rife.bld.extension.CheckstyleOperation
-
Sets the property files to load.
- propertiesFile(String) - Method in class rife.bld.extension.CheckstyleOperation
-
Sets the property files to load.
- propertiesFile(Path) - Method in class rife.bld.extension.CheckstyleOperation
-
Sets the property files to load.
R
- rife.bld.extension - package rife.bld.extension
- rife.bld.extension.checkstyle - package rife.bld.extension.checkstyle
S
- SARIF - Enum constant in enum class rife.bld.extension.checkstyle.OutputFormat
- sourceDir() - Method in class rife.bld.extension.CheckstyleOperation
-
Returns the file(s) or folders(s) containing the sources files to check
- sourceDir(File...) - Method in class rife.bld.extension.CheckstyleOperation
-
Specifies the file(s) or folder(s) containing the source files to check.
- sourceDir(String...) - Method in class rife.bld.extension.CheckstyleOperation
-
Specifies the file(s) or folder(s) containing the source files to check.
- sourceDir(Path...) - Method in class rife.bld.extension.CheckstyleOperation
-
Specifies the file(s) or folder(s) containing the source files to check.
- sourceDir(Collection<File>) - Method in class rife.bld.extension.CheckstyleOperation
-
Specifies the file(s) or folder(s) containing the source files to check.
- sourceDirPaths(Collection<Path>) - Method in class rife.bld.extension.CheckstyleOperation
-
Specifies the file(s) or folder(s) containing the source files to check.
- sourceDirStrings(Collection<String>) - Method in class rife.bld.extension.CheckstyleOperation
-
Specifies the file(s) or folder(s) containing the source files to check.
- 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.checkstyle.OutputFormat
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class rife.bld.extension.checkstyle.OutputFormat
-
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.checkstyle.OutputFormat
All Classes and Interfaces|All Packages