Package jcli

Enum CliParser

java.lang.Object
java.lang.Enum<CliParser>
jcli.CliParser
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CliParser>, java.lang.constant.Constable

public enum CliParser
extends java.lang.Enum<CliParser>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Method Summary

    Modifier and Type Method Description
    static <T> T parseCommandLineArguments​(java.lang.String[] args, java.util.function.Supplier<T> supplier)  
    static <T> T parseCommandLineArguments​(java.lang.String[] args, T object)  
    static <T> T parseCommandLineArguments​(java.lang.String[] args, T object, Reflection.ToFieldType convert)  
    static CliParser valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static CliParser[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Method Details