Package | Description |
---|---|
com.thomasjensen.checkstyle.addons.checks.misc |
Checks that find miscellaneous problems.
|
Class and Description |
---|
ConfigValidationException
The ModuleDirectoryLayout check's JSON configuration was faulty.
|
LocationReferenceOption
Represents the possible locations that an instance of the
LocationReferenceCheck may refer to. |
MdlContentSpecType
The
type values which are possible in the allow and deny lists of the directories.json
configuration file used by the ModuleDirectoryLayoutCheck . |
MdlJsonConfig
Deserialized version of the directories.json.
|
MdlJsonConfig.MdlSpec
An MDL Spec specifies the characteristics of one directory in the module directory layout, for example
src/main/java.
|
MdlJsonConfig.Settings
Encapsulates the general settings which are supported in a directories.json.
|
MdlJsonConfig.SpecElement
The allow and deny lists in each MDL path specification are composed of elements of
SpecElement s. |
SelfValidating
Defines a method that can be called for self-validation of an object.
|