public class StringTokenizer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StringTokenizer.Token
Do we really need this, is was used by cliche to by able to provide
feedback on where in the command line an illegal token was found, but
we do not currently use this functionality.
|
| Constructor and Description |
|---|
StringTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isOption(String input) |
static boolean |
isShortOption(String input) |
static List<StringTokenizer.Token> |
tokenize(String input) |
public static List<StringTokenizer.Token> tokenize(String input)
public static boolean isShortOption(String input)
public static boolean isOption(String input)
Copyright © 2023 LSST. All rights reserved.