Package net.sourceforge.pmd.lang.java
Class JavaLanguageModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.LanguageModuleBase
-
- net.sourceforge.pmd.lang.java.JavaLanguageModule
-
- All Implemented Interfaces:
Comparable<Language>
,Language
public class JavaLanguageModule extends LanguageModuleBase
Created by christoferdutz on 20.09.14.
-
-
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 JavaLanguageModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LanguageProcessor
createProcessor(LanguagePropertyBundle bundle)
static Language
getInstance()
LanguagePropertyBundle
newPropertyBundle()
-
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
-
-
-
-
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
-
newPropertyBundle
public LanguagePropertyBundle newPropertyBundle()
-
createProcessor
public LanguageProcessor createProcessor(LanguagePropertyBundle bundle)
-
getInstance
public static Language getInstance()
-
-