public class AugeasNodeValueUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
escape(String value)
If the supplied value contains single or double quotes, the returned
string is enclosed in quotes and the original qoutes "inside" are escaped.
|
static String |
unescape(String value)
If the string is enclosed in double or single quotes, the
value inside the quotes is returned with all the escaped characters
unescaped.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.