Package net.sourceforge.pmd.lang.xml.pom
Class PomDialectModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.LanguageModuleBase
-
- net.sourceforge.pmd.lang.impl.SimpleDialectLanguageModuleBase
-
- net.sourceforge.pmd.lang.xml.pom.PomDialectModule
-
- All Implemented Interfaces:
Comparable<net.sourceforge.pmd.lang.Language>
,net.sourceforge.pmd.cpd.CpdCapableLanguage
,net.sourceforge.pmd.lang.Language
,net.sourceforge.pmd.lang.PmdCapableLanguage
public class PomDialectModule extends net.sourceforge.pmd.lang.impl.SimpleDialectLanguageModuleBase
Since PMD 7.13.0 this is a dialect of XML. Before that, POM was a language module on its own.- Since:
- 7.13.0
-
-
Constructor Summary
Constructors Constructor Description PomDialectModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PomDialectModule
getInstance()
-
Methods inherited from class net.sourceforge.pmd.lang.impl.SimpleDialectLanguageModuleBase
createCpdLexer, createProcessor, newDialectPropertyBundle, newPropertyBundle
-
Methods inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
compareTo, equals, getBaseLanguageId, getDefaultVersion, getDependencies, getExtensions, getId, getName, getShortName, getVersion, getVersionNamesAndAliases, getVersions, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getInstance
public static PomDialectModule getInstance()
-
-