Index
All Classes and Interfaces|All Packages
A
- allRules(boolean) - Method in class rife.bld.extension.DetektOperation
-
Activates all available (even unstable) rules.
- autoCorrect(boolean) - Method in class rife.bld.extension.DetektOperation
-
Allow rules to autocorrect code if they support it.
B
- baseline() - Method in class rife.bld.extension.DetektOperation
-
Retrieves the baseline xml file.
- baseline(File) - Method in class rife.bld.extension.DetektOperation
-
If a baseline xml file is passed in, only new code smells not in the baseline are printed in the console.
- baseline(String) - Method in class rife.bld.extension.DetektOperation
-
If a baseline xml file is passed in, only new code smells not in the baseline are printed in the console.
- baseline(Path) - Method in class rife.bld.extension.DetektOperation
-
If a baseline xml file is passed in, only new code smells not in the baseline are printed in the console.
- basePath() - Method in class rife.bld.extension.DetektOperation
-
Retrieves the base path.
- basePath(File) - Method in class rife.bld.extension.DetektOperation
-
Specifies a directory as the base path.
- basePath(String) - Method in class rife.bld.extension.DetektOperation
-
Specifies a directory as the base path.
- basePath(Path) - Method in class rife.bld.extension.DetektOperation
-
Specifies a directory as the base path.
- buildUponDefaultConfig(boolean) - Method in class rife.bld.extension.DetektOperation
-
Preconfigures detekt with a bunch of rules and some opinionated defaults for you.
C
- classPath() - Method in class rife.bld.extension.DetektOperation
-
Paths where to find user class files and jar dependencies.
- classPath(File...) - Method in class rife.bld.extension.DetektOperation
-
EXPERIMENTAL: Paths where to find user class files and jar dependencies.
- classPath(String...) - Method in class rife.bld.extension.DetektOperation
-
EXPERIMENTAL: Paths where to find user class files and jar dependencies.
- classPath(Path...) - Method in class rife.bld.extension.DetektOperation
-
EXPERIMENTAL: Paths where to find user class files and jar dependencies.
- classPath(Collection<File>) - Method in class rife.bld.extension.DetektOperation
-
EXPERIMENTAL: Paths where to find user class files and jar dependencies.
- classPathPaths(Collection<Path>) - Method in class rife.bld.extension.DetektOperation
-
EXPERIMENTAL: Paths where to find user class files and jar dependencies.
- classPathStrings(Collection<String>) - Method in class rife.bld.extension.DetektOperation
-
EXPERIMENTAL: Paths where to find user class files and jar dependencies.
- config() - Method in class rife.bld.extension.DetektOperation
-
Paths to config files.
- config(File...) - Method in class rife.bld.extension.DetektOperation
-
Paths to the config files (
path/to/config.yml
). - config(String...) - Method in class rife.bld.extension.DetektOperation
-
Paths to the config files (
path/to/config.yml
). - config(Path...) - Method in class rife.bld.extension.DetektOperation
-
Paths to the config files (
path/to/config.yml
). - config(Collection<File>) - Method in class rife.bld.extension.DetektOperation
-
Paths to the config files (
path/to/config.yml
). - configPaths(Collection<Path>) - Method in class rife.bld.extension.DetektOperation
-
Paths to the config files (
path/to/config.yml
). - configResource() - Method in class rife.bld.extension.DetektOperation
-
Retrieves the path of the config resource.
- configResource(File) - Method in class rife.bld.extension.DetektOperation
-
Path to the config resource on detekt's classpath (
path/to/config.yml
). - configResource(String) - Method in class rife.bld.extension.DetektOperation
-
Path to the config resource on detekt's classpath (
path/to/config.yml
). - configResource(Path) - Method in class rife.bld.extension.DetektOperation
-
Path to the config resource on detekt's classpath (
path/to/config.yml
). - configStrings(Collection<String>) - Method in class rife.bld.extension.DetektOperation
-
Paths to the config files (
path/to/config.yml
). - createBaseline(boolean) - Method in class rife.bld.extension.DetektOperation
-
Treats current analysis findings as a smell baseline for future detekt runs.
D
- debug(boolean) - Method in class rife.bld.extension.DetektOperation
-
Prints extra information about configurations and extensions.
- DetektOperation - Class in rife.bld.extension
-
Performs static code analysis with Detekt.
- DetektOperation() - Constructor for class rife.bld.extension.DetektOperation
- disableDefaultRuleSets(boolean) - Method in class rife.bld.extension.DetektOperation
-
Disables default rule sets.
E
- equals(Object) - Method in record class rife.bld.extension.detekt.Report
-
Indicates whether some other object is "equal to" this one.
- excludes() - Method in class rife.bld.extension.DetektOperation
-
Returns the globbing patterns describing paths to exclude from the analysis.
- excludes(String...) - Method in class rife.bld.extension.DetektOperation
-
Globbing patterns describing paths to exclude from the analysis.
- excludes(Collection<String>) - Method in class rife.bld.extension.DetektOperation
-
Globbing patterns describing paths to exclude from the analysis.
- execute() - Method in class rife.bld.extension.DetektOperation
-
Performs the operation.
- executeConstructProcessCommandList() - Method in class rife.bld.extension.DetektOperation
-
Part of the
DetektOperation.execute()
operation, constructs the command list to use for building the process.
F
- fromProject(BaseProject) - Method in class rife.bld.extension.DetektOperation
-
Configures the operation from a
BaseProject
.
G
- generateConfig(boolean) - Method in class rife.bld.extension.DetektOperation
-
Export default config.
H
- hashCode() - Method in record class rife.bld.extension.detekt.Report
-
Returns a hash code value for this object.
- HTML - Enum constant in enum class rife.bld.extension.detekt.ReportId
I
- id() - Method in record class rife.bld.extension.detekt.Report
-
Returns the value of the
id
record component. - includes() - Method in class rife.bld.extension.DetektOperation
-
Returns the globbing patterns describing paths to include in the analysis.
- includes(String...) - Method in class rife.bld.extension.DetektOperation
-
Globbing patterns describing paths to include in the analysis.
- includes(Collection<String>) - Method in class rife.bld.extension.DetektOperation
-
Globbing patterns describing paths to include in the analysis.
- input() - Method in class rife.bld.extension.DetektOperation
-
Returns the input paths to analyze.
- input(File...) - Method in class rife.bld.extension.DetektOperation
-
Input paths to analyze.
- input(String...) - Method in class rife.bld.extension.DetektOperation
-
Input paths to analyze.
- input(Path...) - Method in class rife.bld.extension.DetektOperation
-
Input paths to analyze.
- input(Collection<File>) - Method in class rife.bld.extension.DetektOperation
-
Input paths to analyze.
- inputPaths(Collection<Path>) - Method in class rife.bld.extension.DetektOperation
-
Input paths to analyze.
- inputStrings(Collection<String>) - Method in class rife.bld.extension.DetektOperation
-
Input paths to analyze.
J
- jdkHome(String) - Method in class rife.bld.extension.DetektOperation
-
EXPERIMENTAL: Use a custom JDK home directory to include into the classpath.
- jvmTarget(String) - Method in class rife.bld.extension.DetektOperation
-
EXPERIMENTAL: Target version of the generated JVM bytecode that was generated during compilation and is now being used for type resolution
L
- languageVersion(String) - Method in class rife.bld.extension.DetektOperation
-
EXPERIMENTAL: Compatibility mode for Kotlin language version X.Y, reports errors for all language features that came out later.
M
- maxIssues(int) - Method in class rife.bld.extension.DetektOperation
-
Return exit code 0 only when found issues count does not exceed specified issues count.
- MD - Enum constant in enum class rife.bld.extension.detekt.ReportId
P
- parallel(boolean) - Method in class rife.bld.extension.DetektOperation
-
Enables parallel compilation and analysis of source files.
- path() - Method in record class rife.bld.extension.detekt.Report
-
Returns the value of the
path
record component. - plugins() - Method in class rife.bld.extension.DetektOperation
-
Extra path to plugins jars.
- plugins(File...) - Method in class rife.bld.extension.DetektOperation
-
Extra paths to plugin jars.
- plugins(String...) - Method in class rife.bld.extension.DetektOperation
-
Extra paths to plugin jars.
- plugins(Path...) - Method in class rife.bld.extension.DetektOperation
-
Extra paths to plugin jars.
- plugins(Collection<File>) - Method in class rife.bld.extension.DetektOperation
-
Extra paths to plugin jars.
- pluginsPaths(Collection<Path>) - Method in class rife.bld.extension.DetektOperation
-
Extra paths to plugin jars.
- pluginsStrings(Collection<String>) - Method in class rife.bld.extension.DetektOperation
-
Extra paths to plugin jars.
R
- report(Report...) - Method in class rife.bld.extension.DetektOperation
-
Generates a report for given
report-id
and stores it on given 'path'. - Report - Record Class in rife.bld.extension.detekt
-
Defines a report for the given report-id to be stored on the given path.
- Report(ReportId, String) - Constructor for record class rife.bld.extension.detekt.Report
-
Creates an instance of a
Report
record class. - ReportId - Enum Class in rife.bld.extension.detekt
-
The report-id values.
- rife.bld.extension - package rife.bld.extension
- rife.bld.extension.detekt - package rife.bld.extension.detekt
S
T
- toString() - Method in record class rife.bld.extension.detekt.Report
-
Returns a string representation of this record class.
- TXT - Enum constant in enum class rife.bld.extension.detekt.ReportId
V
- valueOf(String) - Static method in enum class rife.bld.extension.detekt.ReportId
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class rife.bld.extension.detekt.ReportId
-
Returns an array containing the constants of this enum class, in the order they are declared.
X
A B C D E F G H I J L M P R S T V XAll Classes and Interfaces|All Packages