Uses of Interface
com.thomasjensen.checkstyle.addons.checks.misc.SelfValidating
-
Packages that use SelfValidating Package Description com.thomasjensen.checkstyle.addons.checks.misc Checks that find miscellaneous problems. -
-
Uses of SelfValidating in com.thomasjensen.checkstyle.addons.checks.misc
Classes in com.thomasjensen.checkstyle.addons.checks.misc that implement SelfValidating Modifier and Type Class Description class
MdlJsonConfig
Deserialized version of the directories.json.static class
MdlJsonConfig.MdlSpec
An MDL Spec specifies the characteristics of one directory in the module directory layout, for examplesrc/main/java
.static class
MdlJsonConfig.Settings
Encapsulates the general settings which are supported in a directories.json.static class
MdlJsonConfig.SpecElement
The allow and deny lists in each MDL path specification are composed of elements ofSpecElement
s.
-