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 SummaryConstructors Constructor Description MdlConfig(MdlJsonConfig pJson, Pattern pModuleRegex, Pattern pExcludeRegex)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatterngetExcludeRegex()MdlJsonConfiggetJson()Getter.PatterngetModuleRegex()
 
- 
- 
- 
Method Detail- 
getJson@CheckForNull public MdlJsonConfig getJson() Getter.- Returns:
- the parsed contents of the UTF-8 encoded configuration file in JSON
 
 
- 
 
-