public class DefaultNCmdLines extends Object implements net.thevpc.nuts.cmdline.NCmdLines
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultNCmdLines.Factory |
| Constructor and Description |
|---|
DefaultNCmdLines() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.cmdline.NArgName |
createName(String type) |
net.thevpc.nuts.cmdline.NArgName |
createName(String type,
String label) |
net.thevpc.nuts.NShellFamily |
getShellFamily() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
boolean |
isLenient() |
net.thevpc.nuts.cmdline.NCmdLine |
of(String[] args) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.cmdline.NCmdLine> |
parseCmdLine(String line) |
net.thevpc.nuts.cmdline.NCmdLines |
setLenient(boolean lenient) |
net.thevpc.nuts.cmdline.NCmdLines |
setShellFamily(net.thevpc.nuts.NShellFamily family) |
public boolean isLenient()
isLenient in interface net.thevpc.nuts.cmdline.NCmdLinespublic net.thevpc.nuts.cmdline.NCmdLines setLenient(boolean lenient)
setLenient in interface net.thevpc.nuts.cmdline.NCmdLinespublic net.thevpc.nuts.NShellFamily getShellFamily()
getShellFamily in interface net.thevpc.nuts.cmdline.NCmdLinespublic net.thevpc.nuts.cmdline.NCmdLines setShellFamily(net.thevpc.nuts.NShellFamily family)
setShellFamily in interface net.thevpc.nuts.cmdline.NCmdLinespublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.cmdline.NCmdLine> parseCmdLine(String line)
parseCmdLine in interface net.thevpc.nuts.cmdline.NCmdLinespublic net.thevpc.nuts.cmdline.NCmdLine of(String[] args)
of in interface net.thevpc.nuts.cmdline.NCmdLinespublic net.thevpc.nuts.cmdline.NArgName createName(String type, String label)
createName in interface net.thevpc.nuts.cmdline.NCmdLinespublic net.thevpc.nuts.cmdline.NArgName createName(String type)
createName in interface net.thevpc.nuts.cmdline.NCmdLinespublic int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentCopyright © 2025 vpc open source initiative. All rights reserved.