Package net.sourceforge.pmd.lang.pom
Class PomLanguageModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.LanguageModuleBase
-
- net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
-
- net.sourceforge.pmd.lang.pom.PomLanguageModule
-
- All Implemented Interfaces:
Comparable<Language>
,Language
public class PomLanguageModule 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 String
NAME
static String
TERSE_NAME
-
Constructor Summary
Constructors Constructor Description PomLanguageModule()
-
Method Summary
-
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
-
-