Package org.opencms.configuration
Class CmsParameterConfiguration.ParameterTokenizer
java.lang.Object
java.util.StringTokenizer
org.opencms.configuration.CmsParameterConfiguration.ParameterTokenizer
- All Implemented Interfaces:
Enumeration<Object>
- Enclosing class:
- CmsParameterConfiguration
This class divides property value into tokens separated by ",".
Commas in the property value that are wanted can be escaped using the backslash in front like this "\,".
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.StringTokenizer
countTokens, hasMoreElements, hasMoreTokens, nextElement, nextToken
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Constructor Details
-
ParameterTokenizer
Constructor.- Parameters:
string
- the String to break into tokens
-
-
Method Details
-
nextToken
Returns the next token.- Overrides:
nextToken
in classStringTokenizer
- Returns:
- the next token
-