com.sun.appserv.management.util.misc
Class TokenizerImpl
java.lang.Object
com.sun.appserv.management.util.misc.TokenizerImpl
- All Implemented Interfaces:
- Tokenizer
public final class TokenizerImpl
- extends Object
- implements Tokenizer
Method Summary |
String[] |
getTokens()
Tokenize everything and return an array of the tokens. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenizerImpl
public TokenizerImpl(String input)
throws TokenizerException
- Throws:
TokenizerException
TokenizerImpl
public TokenizerImpl(String input,
TokenizerParams params)
throws TokenizerException
- Throws:
TokenizerException
getTokens
public String[] getTokens()
- Description copied from interface:
Tokenizer
- Tokenize everything and return an array of the tokens.
- Specified by:
getTokens
in interface Tokenizer
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.