public class QuotedStringTokenizer extends Object
Modifier and Type | Field and Description |
---|---|
protected static StringManager |
sm |
Constructor and Description |
---|
QuotedStringTokenizer(String text) |
Modifier and Type | Method and Description |
---|---|
int |
countTokens() |
boolean |
hasMoreTokens() |
String |
nextToken() |
protected static final StringManager sm
public QuotedStringTokenizer(String text)
public boolean hasMoreTokens()
public String nextToken()
public int countTokens()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.