All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.pmd.cpd.JSPLanguage Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
/**
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
 */
package net.sourceforge.pmd.cpd;

public class JSPLanguage extends AbstractLanguage {
	public JSPLanguage() {
		super("JSP", "jsp", new JSPTokenizer(), ".jsp", ".jspx");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy