Package org.keycloak.quarkus.runtime.cli
Class Picocli
- java.lang.Object
-
- org.keycloak.quarkus.runtime.cli.Picocli
-
public final class Picocli extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringARG_PART_SEPARATORstatic StringARG_PREFIXstatic StringARG_SHORT_PREFIXstatic StringNO_PARAM_LABEL
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static picocli.CommandLinecreateCommandLine(List<String> cliArgs)static booleanhasAutoBuildOption(List<String> cliArgs)static StringnormalizeKey(String key)static voidparseAndRun(List<String> cliArgs)static List<String>parseArgs(String[] rawArgs)static voidprintln(picocli.CommandLine cmd, String message)static booleanrequiresReAugmentation(picocli.CommandLine cmd)
-
-
-
Field Detail
-
ARG_PREFIX
public static final String ARG_PREFIX
- See Also:
- Constant Field Values
-
ARG_SHORT_PREFIX
public static final String ARG_SHORT_PREFIX
- See Also:
- Constant Field Values
-
ARG_PART_SEPARATOR
public static final String ARG_PART_SEPARATOR
- See Also:
- Constant Field Values
-
NO_PARAM_LABEL
public static final String NO_PARAM_LABEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
requiresReAugmentation
public static boolean requiresReAugmentation(picocli.CommandLine cmd)
-
println
public static void println(picocli.CommandLine cmd, String message)
-
-