Class CommandLine.BuiltIn
- java.lang.Object
-
- org.apache.logging.log4j.core.tools.picocli.CommandLine.BuiltIn
-
- Enclosing class:
- CommandLine
private static class CommandLine.BuiltIn extends java.lang.ObjectInner class to group the built-inCommandLine.ITypeConverterimplementations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classCommandLine.BuiltIn.BigDecimalConverter(package private) static classCommandLine.BuiltIn.BigIntegerConverter(package private) static classCommandLine.BuiltIn.BooleanConverterConverts"true"or"false"to aBoolean.(package private) static classCommandLine.BuiltIn.ByteConverterConverts text to aByteby delegating toByte.valueOf(String).(package private) static classCommandLine.BuiltIn.CharacterConverter(package private) static classCommandLine.BuiltIn.CharSequenceConverter(package private) static classCommandLine.BuiltIn.CharsetConverter(package private) static classCommandLine.BuiltIn.DoubleConverter(package private) static classCommandLine.BuiltIn.FileConverter(package private) static classCommandLine.BuiltIn.FloatConverter(package private) static classCommandLine.BuiltIn.InetAddressConverterConverts text to aInetAddressby delegating toInetAddress.getByName(String).(package private) static classCommandLine.BuiltIn.IntegerConverterConverts text to anIntegerby delegating toInteger.valueOf(String).(package private) static classCommandLine.BuiltIn.ISO8601DateConverterConverts text inyyyy-mm-ddformat to ajava.util.Date.(package private) static classCommandLine.BuiltIn.ISO8601TimeConverterConverts text in any of the following formats to ajava.sql.Time:HH:mm,HH:mm:ss,HH:mm:ss.SSS,HH:mm:ss,SSS.(package private) static classCommandLine.BuiltIn.LongConverterConverts text to aLongby delegating toLong.valueOf(String).(package private) static classCommandLine.BuiltIn.PathConverter(package private) static classCommandLine.BuiltIn.PatternConverter(package private) static classCommandLine.BuiltIn.ShortConverterConverts text to aShortby delegating toShort.valueOf(String).(package private) static classCommandLine.BuiltIn.StringBuilderConverter(package private) static classCommandLine.BuiltIn.StringConverter(package private) static classCommandLine.BuiltIn.URIConverter(package private) static classCommandLine.BuiltIn.URLConverter(package private) static classCommandLine.BuiltIn.UUIDConverter
-
Constructor Summary
Constructors Modifier Constructor Description privateBuiltIn()
-