Package org.danilopianini.javaqa
Class JavaQAExtension.Checkstyle
-
- All Implemented Interfaces:
public final class JavaQAExtension.CheckstyleOption collection for checkstyle.
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>additionalSuppressionsprivate final Property<String>additionalConfiguration
-
Constructor Summary
Constructors Constructor Description JavaQAExtension.Checkstyle()
-
Method Summary
Modifier and Type Method Description final Property<String>getAdditionalSuppressions()Add suppressions to the pre-defined list. final Property<String>getAdditionalConfiguration()Add rules to the pre-defined configuration. -
-
Method Detail
-
getAdditionalSuppressions
final Property<String> getAdditionalSuppressions()
Add suppressions to the pre-defined list. It can be the path of a file with the suppressions in XML format or a string with the same content.
-
getAdditionalConfiguration
final Property<String> getAdditionalConfiguration()
Add rules to the pre-defined configuration. It can be the path of a file with the rules in XML format or a string with the same content.
-
-
-
-