org.apache.velocity.runtime.configuration
class Configuration.PropertiesTokenizer extends StringTokenizer
| Field Summary | |
|---|---|
| static String | DELIMITER
The property delimiter used while parsing (a comma). |
| Constructor Summary | |
|---|---|
| PropertiesTokenizer(String string)
Constructor.
| |
| Method Summary | |
|---|---|
| boolean | hasMoreTokens()
Check whether the object has more tokens.
|
| String | nextToken()
Get next token.
|
Parameters: string A String.
Returns: True if the object has more tokens.
Returns: A String.