Package net.sourceforge.pmd.lang.html
Class HtmlLanguageModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.LanguageModuleBase
-
- net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
-
- net.sourceforge.pmd.lang.html.HtmlLanguageModule
-
- All Implemented Interfaces:
Comparable<Language>
,Language
public final class HtmlLanguageModule extends SimpleLanguageModuleBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
LanguageModuleBase.LanguageMetadata
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>
EXTENSIONS
static String
NAME
static String
TERSE_NAME
-
Constructor Summary
Constructors Constructor Description HtmlLanguageModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HtmlLanguageModule
getInstance()
-
Methods inherited from class net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
createProcessor
-
Methods inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
compareTo, equals, getDefaultVersion, getDependencies, getExtensions, getName, getShortName, getTerseName, getVersion, getVersionNamesAndAliases, getVersions, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sourceforge.pmd.lang.Language
getId, hasExtension, hasVersion, newPropertyBundle
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
TERSE_NAME
public static final String TERSE_NAME
- See Also:
- Constant Field Values
-
EXTENSIONS
@InternalApi public static final List<String> EXTENSIONS
-
-
Method Detail
-
getInstance
public static HtmlLanguageModule getInstance()
-
-