public class NDocMain extends Object implements net.thevpc.nuts.NutsApplication, net.thevpc.nuts.NutsAppCmdProcessor
| Constructor and Description |
|---|
NDocMain() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
onCmdExec(net.thevpc.nuts.NutsCommandLine commandline,
net.thevpc.nuts.NutsApplicationContext context) |
boolean |
onCmdNextNonOption(net.thevpc.nuts.NutsArgument nonOption,
net.thevpc.nuts.NutsCommandLine commandline,
net.thevpc.nuts.NutsApplicationContext context) |
boolean |
onCmdNextOption(net.thevpc.nuts.NutsArgument option,
net.thevpc.nuts.NutsCommandLine commandline,
net.thevpc.nuts.NutsApplicationContext context) |
void |
run(net.thevpc.nuts.NutsApplicationContext appContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static void main(String[] args)
public void run(net.thevpc.nuts.NutsApplicationContext appContext)
run in interface net.thevpc.nuts.NutsApplicationpublic boolean onCmdNextOption(net.thevpc.nuts.NutsArgument option,
net.thevpc.nuts.NutsCommandLine commandline,
net.thevpc.nuts.NutsApplicationContext context)
onCmdNextOption in interface net.thevpc.nuts.NutsAppCmdProcessorpublic boolean onCmdNextNonOption(net.thevpc.nuts.NutsArgument nonOption,
net.thevpc.nuts.NutsCommandLine commandline,
net.thevpc.nuts.NutsApplicationContext context)
onCmdNextNonOption in interface net.thevpc.nuts.NutsAppCmdProcessorpublic void onCmdExec(net.thevpc.nuts.NutsCommandLine commandline,
net.thevpc.nuts.NutsApplicationContext context)
onCmdExec in interface net.thevpc.nuts.NutsAppCmdProcessorCopyright © 2022 vpc open source initiative. All rights reserved.