Example usage for com.google.common.escape Escaper subclass-usage

List of usage examples for com.google.common.escape Escaper subclass-usage

Introduction

In this page you can find the example usage for com.google.common.escape Escaper subclass-usage.

Usage

From source file com.google.devtools.build.lib.util.ShellEscaper.java

/**
 * Utility class to escape strings for use with shell commands.
 *
 * <p>Escaped strings may safely be inserted into shell commands. Escaping is
 * only done if necessary. Strings containing only shell-neutral characters
 * will not be escaped.