public class NutsConfigurableHelper extends Object
| Constructor and Description |
|---|
NutsConfigurableHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
configure(NutsCommandLineConfigurable c,
NutsSession session,
boolean skipUnsupported,
NutsCommandLine commandLine) |
static <T> T |
configure(NutsCommandLineConfigurable c,
NutsSession session,
boolean skipUnsupported,
String[] args,
String commandName)
configure the current command with the given arguments.
|
public static <T> T configure(NutsCommandLineConfigurable c, 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(NutsCommandLineConfigurable c, NutsSession session, boolean skipUnsupported, NutsCommandLine commandLine)
Copyright © 2021 vpc open source initiative. All rights reserved.