Class WsdlLanguageModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.LanguageModuleBase
-
- net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
-
- net.sourceforge.pmd.lang.xml.wsdl.WsdlLanguageModule
-
- All Implemented Interfaces:
Comparable<net.sourceforge.pmd.lang.Language>
,net.sourceforge.pmd.cpd.CpdCapableLanguage
,net.sourceforge.pmd.lang.Language
,net.sourceforge.pmd.lang.PmdCapableLanguage
@Deprecated public class WsdlLanguageModule extends net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
Deprecated.Since 7.13.0. Use @link{WsdlDialectModule} instead.This language module is deprecated. WSDL is now a dialect of XML.
-
-
Constructor Summary
Constructors Constructor Description WsdlLanguageModule()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description net.sourceforge.pmd.cpd.CpdLexer
createCpdLexer(net.sourceforge.pmd.lang.LanguagePropertyBundle bundle)
Deprecated.static WsdlLanguageModule
getInstance()
Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
compareTo, equals, getBaseLanguageId, getDefaultVersion, getDependencies, getExtensions, getId, getName, getShortName, getVersion, getVersionNamesAndAliases, getVersions, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getInstance
public static WsdlLanguageModule getInstance()
Deprecated.
-
createCpdLexer
public net.sourceforge.pmd.cpd.CpdLexer createCpdLexer(net.sourceforge.pmd.lang.LanguagePropertyBundle bundle)
Deprecated.
-
-