|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.service.datacollection.FormatFieldPropertyValueParser
public class FormatFieldPropertyValueParser
PropertyValueParser for a format field.
Formatter| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
static char |
FORMAT_STRING_INTRODUCER
character that introduces format strings |
static char |
FORMAT_VARIABLE_INTRODUCER
character that indicates the field is a "special" field |
static char |
QUOTE_CHAR
character that begins and ends Strings |
| Constructor Summary | |
|---|---|
FormatFieldPropertyValueParser()
Construct an empty FormatFieldParser |
|
| Method Summary | |
|---|---|
java.lang.Object |
parsePropertyValue(java.lang.String pString,
java.lang.Class pClass)
Parse the supplied string into a FormatField |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
public static final char FORMAT_VARIABLE_INTRODUCER
public static final char QUOTE_CHAR
public static final char FORMAT_STRING_INTRODUCER
| Constructor Detail |
|---|
public FormatFieldPropertyValueParser()
| Method Detail |
|---|
public java.lang.Object parsePropertyValue(java.lang.String pString,
java.lang.Class pClass)
throws atg.nucleus.PropertyValueParseException
parsePropertyValue in interface atg.nucleus.PropertyValueParserpString - the string to parsepClass - the desired class (not used)
atg.nucleus.PropertyValueParseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||