NBootArg |
NBootCmdLine.find(String name) |
NBootArg |
NBootCmdLine.get(int index) |
NBootArg |
NBootCmdLine.next() |
NBootArg |
NBootCmdLine.next(boolean expandSimpleOptions) |
NBootArg |
NBootCmdLine.next(String... names) |
NBootArg |
NBootCmdLine.next(String name,
boolean forceNonOption) |
NBootArg |
NBootCmdLine.nextEntry() |
NBootArg |
NBootCmdLine.nextEntry(String... names) |
NBootArg |
NBootCmdLine.nextFlag() |
NBootArg |
NBootCmdLine.nextFlag(String... names) |
NBootArg |
NBootCmdLine.nextNonOption() |
NBootArg |
NBootCmdLine.nextNonOption(String name) |
NBootArg |
NBootCmdLine.nextOption(String option) |
static NBootArg |
NBootArg.of(String s) |
static NBootArg |
NBootWorkspaceCmdLineParser.parseLogLevel(NBootLogConfig logConfig,
NBootCmdLine cmdLine,
boolean enabled) |
NBootArg |
NBootCmdLine.peek() |
NBootArg |
NBootArg.required() |
NBootArg[] |
NBootCmdLine.toArgumentArray() |