- changeCommandDescription(Object, String) - Static method in class org.djutils.cli.CliUtil
-
Change the value of the 'description' property of an already present @Command annotation in a class or superclass of
that class.
- changeCommandDescription(Class<?>, String) - Static method in class org.djutils.cli.CliUtil
-
Change the value of the 'description' property of an already present @Command annotation in a class or superclass of
that class.
- changeCommandName(Object, String) - Static method in class org.djutils.cli.CliUtil
-
Change the value of the 'name' property of an already present @Command annotation in a class or superclass of that
class.
- changeCommandName(Class<?>, String) - Static method in class org.djutils.cli.CliUtil
-
Change the value of the 'name' property of an already present @Command annotation in a class or superclass of that
class.
- changeCommandProperty(Object, String, Object) - Static method in class org.djutils.cli.CliUtil
-
Change the value of a property of an already present @Command annotation in a class or superclass of that class.
- changeCommandProperty(Class<?>, String, Object) - Static method in class org.djutils.cli.CliUtil
-
Change the value of a property of an already present @Command annotation in a class or superclass of that class.
- changeCommandVersion(Object, String) - Static method in class org.djutils.cli.CliUtil
-
Change the value of the 'version' property of an already present @Command annotation in a class or superclass of that
class.
- changeCommandVersion(Class<?>, String) - Static method in class org.djutils.cli.CliUtil
-
Change the value of the 'version' property of an already present @Command annotation in a class or superclass of that
class.
- changeOptionDefault(Object, String, String) - Static method in class org.djutils.cli.CliUtil
-
Change the default value of an already present @Option annotation of the "defaultValue" field in a class or
superclass.
- changeOptionDefault(Class<?>, String, String) - Static method in class org.djutils.cli.CliUtil
-
Change the default value of an already present @Option annotation of the "defaultValue" field in a class or
superclass.
- changeOptionProperty(Class<?>, String, String, Object) - Static method in class org.djutils.cli.CliUtil
-
Change the value of a property of an already present @Option annotation of a field in a class or superclass.
- changeOptionProperty(Object, String, String, Object) - Static method in class org.djutils.cli.CliUtil
-
Change the value of a property of an already present @Option annotation of a field in a class or superclass.
- check() - Method in interface org.djutils.cli.Checkable
-
check the CLI arguments.
- Checkable - Interface in org.djutils.cli
-
Checkable checks whether the CLI arguments are correct.
- CliException - Exception in org.djutils.cli
-
CliException for exceptions of the CommandLine Interpreter.
- CliException(String) - Constructor for exception org.djutils.cli.CliException
-
- CliException(Throwable) - Constructor for exception org.djutils.cli.CliException
-
- CliException(String, Throwable) - Constructor for exception org.djutils.cli.CliException
-
- CliUnitConverters - Class in org.djutils.cli
-
CliUnitConverters offers conversion methods for DJUNITS scalars so these can be used on the command line, e.g.:
- CliUnitConverters() - Constructor for class org.djutils.cli.CliUnitConverters
-
- CliUnitConverters.ABSOLUTETEMPERATURE - Class in org.djutils.cli
-
Convert an absolute temperature String with unit on the command line to an AbsoluteTemperature scalar.
- CliUnitConverters.ACCELERATION - Class in org.djutils.cli
-
Convert an acceleration String with unit on the command line to an Acceleration scalar.
- CliUnitConverters.ANGLE - Class in org.djutils.cli
-
Convert an angle String with unit on the command line to an Angle scalar.
- CliUnitConverters.ANGLESOLID - Class in org.djutils.cli
-
Convert a solid angle String with unit on the command line to an AngleSolid scalar.
- CliUnitConverters.AREA - Class in org.djutils.cli
-
Convert an area String with unit on the command line to an Area scalar.
- CliUnitConverters.DENSITY - Class in org.djutils.cli
-
Convert a density String with unit on the command line to a Density scalar.
- CliUnitConverters.DIMENSIONLESS - Class in org.djutils.cli
-
Convert a dimensionless String with unit on the command line to a Dimensionless scalar.
- CliUnitConverters.DIRECTION - Class in org.djutils.cli
-
Convert a direction String with unit on the command line to a Direction scalar.
- CliUnitConverters.DURATION - Class in org.djutils.cli
-
Convert a duration String with unit on the command line to a Duration scalar.
- CliUnitConverters.ELECTRICALCHARGE - Class in org.djutils.cli
-
Convert an electrical charge String with unit on the command line to an ElectricalCharge scalar.
- CliUnitConverters.ELECTRICALCURRENT - Class in org.djutils.cli
-
Convert an electrical current String with unit on the command line to an ElectricalCurrent scalar.
- CliUnitConverters.ELECTRICALPOTENTIAL - Class in org.djutils.cli
-
Convert an electrical potential String with unit on the command line to an ElectricalPotential scalar.
- CliUnitConverters.ELECTRICALRESISTANCE - Class in org.djutils.cli
-
Convert an electrical resistance String with unit on the command line to an ElectricalResistance scalar.
- CliUnitConverters.ENERGY - Class in org.djutils.cli
-
Convert an energy String with unit on the command line to an Energy scalar.
- CliUnitConverters.FLOWMASS - Class in org.djutils.cli
-
Convert a flow mass String with unit on the command line to a FlowMass scalar.
- CliUnitConverters.FLOWVOLUME - Class in org.djutils.cli
-
Convert a flow volume String with unit on the command line to a FlowVolume scalar.
- CliUnitConverters.FORCE - Class in org.djutils.cli
-
Convert a force String with unit on the command line to a Force scalar.
- CliUnitConverters.FREQUENCY - Class in org.djutils.cli
-
Convert a frequency String with unit on the command line to a Frequency scalar.
- CliUnitConverters.LENGTH - Class in org.djutils.cli
-
Convert a length String with unit on the command line to a Length scalar.
- CliUnitConverters.LINEARDENSITY - Class in org.djutils.cli
-
Convert a linear density String with unit on the command line to a LinearDensity scalar.
- CliUnitConverters.MASS - Class in org.djutils.cli
-
Convert a mass String with unit on the command line to a Mass scalar.
- CliUnitConverters.POSITION - Class in org.djutils.cli
-
Convert a position String with unit on the command line to a Position scalar.
- CliUnitConverters.POWER - Class in org.djutils.cli
-
Convert a power String with unit on the command line to a Power scalar.
- CliUnitConverters.PRESSURE - Class in org.djutils.cli
-
Convert a pressure String with unit on the command line to a Pressure scalar.
- CliUnitConverters.SPEED - Class in org.djutils.cli
-
Convert a speed String with unit on the command line to a Speed scalar.
- CliUnitConverters.TEMPERATURE - Class in org.djutils.cli
-
Convert a temperature String with unit on the command line to a Temperature scalar.
- CliUnitConverters.TIME - Class in org.djutils.cli
-
Convert a time String with unit on the command line to a Time scalar.
- CliUnitConverters.TORQUE - Class in org.djutils.cli
-
Convert a torque String with unit on the command line to a Torque scalar.
- CliUnitConverters.VOLUME - Class in org.djutils.cli
-
Convert a volume String with unit on the command line to a Volume scalar.
- CliUtil - Class in org.djutils.cli
-
CliUtil offers a helper method to display --help and --version without starting the program.
- CliUtil() - Constructor for class org.djutils.cli.CliUtil
-
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.ABSOLUTETEMPERATURE
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.ACCELERATION
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.ANGLE
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.ANGLESOLID
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.AREA
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.DENSITY
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.DIMENSIONLESS
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.DIRECTION
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.DURATION
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.ELECTRICALCHARGE
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.ELECTRICALCURRENT
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.ELECTRICALPOTENTIAL
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.ELECTRICALRESISTANCE
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.ENERGY
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.FLOWMASS
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.FLOWVOLUME
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.FORCE
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.FREQUENCY
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.LENGTH
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.LINEARDENSITY
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.MASS
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.POSITION
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.POWER
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.PRESSURE
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.SPEED
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.TEMPERATURE
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.TIME
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.TORQUE
- convert(String) - Method in class org.djutils.cli.CliUnitConverters.VOLUME