|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object org.ini4j.spi.EscapeTool org.ini4j.spi.RegEscapeTool
public class RegEscapeTool
Constructor Summary | |
---|---|
RegEscapeTool()
|
Method Summary | |
---|---|
TypeValuesPair |
decode(String raw)
|
String |
encode(TypeValuesPair data)
|
static RegEscapeTool |
getInstance()
|
Methods inherited from class org.ini4j.spi.EscapeTool |
---|
escape, quote, unescape, unquote |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegEscapeTool()
Method Detail |
---|
public static final RegEscapeTool getInstance()
public TypeValuesPair decode(String raw)
public String encode(TypeValuesPair data)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |