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
Constructors -
Method Summary
Methods inherited from class java.util.StringTokenizer
countTokens, hasMoreElements, hasMoreTokens, nextElement, nextTokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
nextTokenin classStringTokenizer- Returns:
- the next token
-