Package org.ini4j.spi
Class RegEscapeTool
- Object
-
- org.ini4j.spi.EscapeTool
-
- org.ini4j.spi.RegEscapeTool
-
public class RegEscapeTool extends EscapeTool
-
-
Constructor Summary
Constructors Constructor Description RegEscapeTool()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeValuesPair
decode(String raw)
String
encode(TypeValuesPair data)
static RegEscapeTool
getInstance()
-
Methods inherited from class org.ini4j.spi.EscapeTool
escape, quote, unescape, unquote
-
-
-
-
Method Detail
-
getInstance
public static final RegEscapeTool getInstance()
-
decode
public TypeValuesPair decode(String raw)
-
encode
public String encode(TypeValuesPair data)
-
-