public interface IOptsParser
Modifier and Type | Interface and Description |
---|---|
static class |
IOptsParser.Factory |
static interface |
IOptsParser.IOpt |
static interface |
IOptsParser.IOpts |
Modifier and Type | Field and Description |
---|---|
static int |
DETAILED_USAGE |
static int |
SHORT_USAGE |
Modifier and Type | Method and Description |
---|---|
IOptsParser.IOpts |
parse(java.lang.String[] args) |
void |
usage(java.io.PrintWriter out,
int level,
int width) |
static final int SHORT_USAGE
static final int DETAILED_USAGE
void usage(java.io.PrintWriter out, int level, int width)
IOptsParser.IOpts parse(java.lang.String[] args)