Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

source.org.apache.java.util
Class ExtendedProperties.PropertiesTokenizer  view ExtendedProperties.PropertiesTokenizer download ExtendedProperties.PropertiesTokenizer.java

java.lang.Object
  extended byjava.util.StringTokenizer
      extended bysource.org.apache.java.util.ExtendedProperties.PropertiesTokenizer
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
ExtendedProperties

class ExtendedProperties.PropertiesTokenizer
extends java.util.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.


Field Summary
 
Fields inherited from class java.util.StringTokenizer
 
Constructor Summary
ExtendedProperties.PropertiesTokenizer(java.lang.String string)
           
 
Method Summary
 boolean hasMoreTokens()
          Tells if there are more tokens.
 java.lang.String nextToken()
          Returns the nextToken of the string.
 
Methods inherited from class java.util.StringTokenizer
countTokens, hasMoreElements, nextElement, nextToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedProperties.PropertiesTokenizer

public ExtendedProperties.PropertiesTokenizer(java.lang.String string)
Method Detail

hasMoreTokens

public boolean hasMoreTokens()
Description copied from class: java.util.StringTokenizer
Tells if there are more tokens.


nextToken

public java.lang.String nextToken()
Description copied from class: java.util.StringTokenizer
Returns the nextToken of the string.