public class NutsConfigurableHelper extends Object
| Constructor and Description |
|---|
NutsConfigurableHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
configure(net.thevpc.nuts.NutsCommandLineConfigurable c,
net.thevpc.nuts.NutsSession session,
boolean skipUnsupported,
net.thevpc.nuts.NutsCommandLine commandLine) |
static <T> T |
configure(net.thevpc.nuts.NutsCommandLineConfigurable c,
net.thevpc.nuts.NutsSession session,
boolean skipUnsupported,
String[] args,
String commandName)
configure the current command with the given arguments.
|
public static <T> T configure(net.thevpc.nuts.NutsCommandLineConfigurable c,
net.thevpc.nuts.NutsSession session,
boolean skipUnsupported,
String[] args,
String commandName)
NutsCommandLineConfigurable.configure(boolean, java.lang.String...)
to help return a more specific return type;T - this Typec - argument configurablesession - workspaceskipUnsupported - skipUnsupportedargs - argument to configure withcommandName - commandNamethis instancepublic static boolean configure(net.thevpc.nuts.NutsCommandLineConfigurable c,
net.thevpc.nuts.NutsSession session,
boolean skipUnsupported,
net.thevpc.nuts.NutsCommandLine commandLine)
Copyright © 2022 vpc open source initiative. All rights reserved.