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