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