org.apache.velocity.runtime.configuration
Class Configuration.PropertiesTokenizer
StringTokenizer
org.apache.velocity.runtime.configuration.Configuration.PropertiesTokenizer
- Configuration
(package private) class Configuration.PropertiesTokenizer
extends StringTokenizer
This class divides into tokens a property value. Token
separator is "," but commas into the property value are escaped
using the backslash in front.
(package private) static String | DELIMITER - The property delimiter used while parsing (a comma).
|
DELIMITER
(package private) static final String DELIMITER
The property delimiter used while parsing (a comma).
PropertiesTokenizer
public PropertiesTokenizer(String string)
Constructor.
string
- A String.
hasMoreTokens
public boolean hasMoreTokens()
Check whether the object has more tokens.
- True if the object has more tokens.
nextToken
public String nextToken()
Get next token.
- A String.
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.