|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xbn.XBNObject | +--xbn.config.CRCVUnescape
Configuration related to unescaping configuration variable names and values. Provided to ConfigReader via CRConfig.
Source code: CRCVUnescape.java
Fields inherited from class xbn.XBNObject |
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP |
Constructor Summary | |
CRCVUnescape()
Create a CRCVUnescape with default values. |
|
CRCVUnescape(char c_escape)
Create a CRCVUnescape. |
|
CRCVUnescape(USCIgnore usc_ignore)
Create a CRCVUnescape. |
|
CRCVUnescape(USCIgnore usc_ignore,
char c_escape)
Create a CRCVUnescape. |
Method Summary | |
char |
getEscapeChar()
What is the character used to escape other characters? |
USCIgnore |
getUSCIgnore()
Get the USCIgnore for direct manipulation. |
String |
toString()
Get some information about this CRCVUnescape. |
Methods inherited from class xbn.XBNObject |
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CRCVUnescape()
Create a CRCVUnescape with default values.
Equal to CRCVUnescape('\\')
public CRCVUnescape(USCIgnore usc_ignore)
Create a CRCVUnescape.
Equal to CRCVUnescape(usc_ignore, '\\')
public CRCVUnescape(char c_escape)
Create a CRCVUnescape.
Equal to CRCVUnescape((new USCIgnore()), '\\')
public CRCVUnescape(USCIgnore usc_ignore, char c_escape)
Create a CRCVUnescape.
The restrictions on these parameters are verified in the CRConfig constructor and CRLAObjects constructor.
usc_ignore
- Defines how to deal with escaped characters other than...usc_ignore.getAPCIgnore()
may equal to any in CRCVDelimiters, CRCVTrim, or c_escape. See getUSCIgnore.c_escape
- The escape character. May not equal any character in usc_ignore getAPCIgnore, nor any characters in crc_variable or crc_comment.Method Detail |
public final USCIgnore getUSCIgnore()
Get the USCIgnore for direct manipulation.
public final char getEscapeChar()
What is the character used to escape other characters?
When this procedes another character, it is said to be "escaped". The escape character is traditionally the 'up-left' slash ('\').
public String toString()
Get some information about this CRCVUnescape.
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
http://sourceforge.net/projects/xbnjava