Class MdlConfig
- java.lang.Object
-
- com.thomasjensen.checkstyle.addons.checks.misc.MdlConfig
-
@Immutable public class MdlConfig extends Object
Encapsulates the data gained from reading the JSON configuration file.
-
-
Constructor Summary
Constructors Constructor Description MdlConfig(MdlJsonConfig pJson, Pattern pModuleRegex, Pattern pExcludeRegex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pattern
getExcludeRegex()
MdlJsonConfig
getJson()
Getter.Pattern
getModuleRegex()
-
-
-
Method Detail
-
getJson
@CheckForNull public MdlJsonConfig getJson()
Getter.- Returns:
- the parsed contents of the UTF-8 encoded configuration file in JSON
-
-