Class PlainTextLanguage

  • All Implemented Interfaces:
    java.lang.Comparable<net.sourceforge.pmd.lang.Language>, net.sourceforge.pmd.lang.Language

    public final class PlainTextLanguage
    extends net.sourceforge.pmd.lang.BaseLanguageModule
    Default language module used when none is on the classpath.
    • Field Summary

      • Fields inherited from class net.sourceforge.pmd.lang.BaseLanguageModule

        defaultVersion, extensions, name, ruleChainVisitorClass, shortName, terseName, versions
      • Fields inherited from interface net.sourceforge.pmd.lang.Language

        LANGUAGE_MODULES_CLASS_NAMES_PROPERTY
    • Method Summary

      • Methods inherited from class net.sourceforge.pmd.lang.BaseLanguageModule

        addVersion, compareTo, equals, getDefaultVersion, getExtensions, getName, getRuleChainVisitorClass, getShortName, getTerseName, getVersion, getVersions, hasExtension, hashCode, hasVersion, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PlainTextLanguage

        public PlainTextLanguage()