org.apache.java.util
Class ExtendedProperties.PropertiesTokenizer
java.lang.Object
|
+--java.util.StringTokenizer
|
+--org.apache.java.util.ExtendedProperties.PropertiesTokenizer
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- ExtendedProperties
- class ExtendedProperties.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.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedProperties.PropertiesTokenizer
public ExtendedProperties.PropertiesTokenizer(String string)
hasMoreTokens
public boolean hasMoreTokens()
- Overrides:
hasMoreTokens
in class StringTokenizer
nextToken
public String nextToken()
- Overrides:
nextToken
in class StringTokenizer