com.sun.enterprise.admin.util
Class TokenizerImpl
java.lang.Object
com.sun.enterprise.admin.util.TokenizerImpl
- All Implemented Interfaces:
- Tokenizer
public final class TokenizerImpl
- extends Object
- implements Tokenizer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenizerImpl
public TokenizerImpl(String input,
String delimiters,
char escapeChar,
String escapableChars)
throws TokenizerException
- Throws:
TokenizerException
TokenizerImpl
public TokenizerImpl(String input,
String delimiters,
boolean multipleDelimsCountAsOne,
char escapeChar,
String escapableChars)
throws TokenizerException
- Throws:
TokenizerException
getTokens
public String[] getTokens()
- Specified by:
getTokens in interface Tokenizer
Copyright © 2012 GlassFish Community. All Rights Reserved.