Java EE 5 SDK

com.sun.appserv.management.util.misc
Class TokenizerImpl

java.lang.Object
  extended by com.sun.appserv.management.util.misc.TokenizerImpl
All Implemented Interfaces:
Tokenizer

public final class TokenizerImpl
extends Object
implements Tokenizer


Field Summary
 
Fields inherited from interface com.sun.appserv.management.util.misc.Tokenizer
LITERAL_STRING_DELIM
 
Constructor Summary
TokenizerImpl(String input)
           
TokenizerImpl(String input, TokenizerParams params)
           
 
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
 

Constructor Detail

TokenizerImpl

public TokenizerImpl(String input)
              throws TokenizerException
Throws:
TokenizerException

TokenizerImpl

public TokenizerImpl(String input,
                     TokenizerParams params)
              throws TokenizerException
Throws:
TokenizerException
Method Detail

getTokens

public String[] getTokens()
Description copied from interface: Tokenizer
Tokenize everything and return an array of the tokens.

Specified by:
getTokens in interface Tokenizer

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.