Class CmsParameterConfiguration.ParameterTokenizer

  • All Implemented Interfaces:
    java.util.Enumeration<java.lang.Object>
    Enclosing class:
    CmsParameterConfiguration

    protected static class CmsParameterConfiguration.ParameterTokenizer
    extends java.util.StringTokenizer
    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 
      Constructor Description
      ParameterTokenizer​(java.lang.String string)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String nextToken()
      Returns the next token.
      • 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 Detail

      • ParameterTokenizer

        public ParameterTokenizer​(java.lang.String string)
        Constructor.

        Parameters:
        string - the String to break into tokens
    • Method Detail

      • nextToken

        public java.lang.String nextToken()
        Returns the next token.

        Overrides:
        nextToken in class java.util.StringTokenizer
        Returns:
        the next token