![JAR search and dependency download from the Maven repository](/logo.png)
org.apache.commons.lang.StringEscapeUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of findsecbugs-plugin-deps Show documentation
Show all versions of findsecbugs-plugin-deps Show documentation
This module create facades for all the APIs (classes, interfaces and annotations)
that are use in the test code. The objective is to avoid the needed to download
all the framework supported by the static analyzer.
The newest version!
//Stub class part of the dependencies already.. Uncommented when necessary
//package org.apache.commons.lang;
//
//public class StringEscapeUtils {
//
// public static final String escapeCsv(final String input) {
// return null;
// }
//
// public static final String unescapeCsv(final String input) {
// return null;
// }
//
// public static final String escapeHtml(final String input) {
// return null;
// }
//
// public static final String unescapeHtml(final String input) {
// return null;
// }
//
// public static final String escapeJava(final String input) {
// return null;
// }
//
// public static final String unescapeJava(final String input) {
// return null;
// }
//
// public static final String escapeJavaScript(final String input) {
// return null;
// }
//
// public static final String unescapeJavaScript(final String input) {
// return null;
// }
//
// public static final String escapeSql(final String input) {
// return null;
// }
//
// public static final String escapeXml(final String input) {
// return null;
// }
//}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy