Uses of Class
com.github.rjeschke.txtmark.cmd.CmdLineParser.Type
-
Packages that use CmdLineParser.Type Package Description com.github.rjeschke.txtmark.cmd -
-
Uses of CmdLineParser.Type in com.github.rjeschke.txtmark.cmd
Fields in com.github.rjeschke.txtmark.cmd declared as CmdLineParser.Type Modifier and Type Field Description (package private) CmdLineParser.TypeCmdLineParser.Arg. listType(package private) CmdLineParser.TypeCmdLineParser.Arg. type(package private) static CmdLineParser.Type[]CmdLineParser. TYPE_TYPE_LISTFields in com.github.rjeschke.txtmark.cmd with type parameters of type CmdLineParser.Type Modifier and Type Field Description (package private) static java.util.HashMap<java.lang.Class<?>,CmdLineParser.Type>CmdLineParser. TYPE_MAPMethods in com.github.rjeschke.txtmark.cmd that return CmdLineParser.Type Modifier and Type Method Description CmdLineParser.TypeCmdLineParser.Arg. getResolvedType()(package private) static CmdLineParser.TypeCmdLineParser. getTypeFor(java.lang.Class<?> clazz)static CmdLineParser.TypeCmdLineParser.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CmdLineParser.Type[]CmdLineParser.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.rjeschke.txtmark.cmd with parameters of type CmdLineParser.Type Modifier and Type Method Description (package private) static java.lang.StringCmdLineParser. defaultToString(java.lang.Object value, CmdLineParser.Type type, CmdLineParser.Arg arg)private java.lang.ObjectCmdLineParser.Arg. toObject(java.lang.String value, CmdLineParser.Type type)
-