Package org.djutils.cli
Class CliUnitConverters
java.lang.Object
org.djutils.cli.CliUnitConverters
CliUnitConverters offers conversion methods for DJUNITS scalars so these can be used on the command line, e.g.:
Copyright (c) 2003-2018 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
java -jar ProgramApp.jar --timeout=5min
Copyright (c) 2003-2018 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
- Author:
- Alexander Verbraeck
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Convert an absolute temperature String with unit on the command line to an AbsoluteTemperature scalar.static class
Convert an absorbed dose String with unit on the command line to an AbsorbedDose scalar.static class
Convert an acceleration String with unit on the command line to an Acceleration scalar.static class
Convert an amount of substance String with unit on the command line to an AmountOfSubstance scalar.static class
Convert an angle String with unit on the command line to an Angle scalar.static class
Convert an angular acceleration String with unit on the command line to an AngularAcceleration scalar.static class
Convert an angular velocity String with unit on the command line to an AngularVelocity scalar.static class
Convert an area String with unit on the command line to an Area scalar.static class
Convert a catalytic activity String with unit on the command line to a CatalyticActivity scalar.static class
Convert a density String with unit on the command line to a Density scalar.static class
Convert a dimensionless String with unit on the command line to a Dimensionless scalar.static class
Convert a direction String with unit on the command line to a Direction scalar.static class
Convert a duration String with unit on the command line to a Duration scalar.static class
Convert an electrical capacitance String with unit on the command line to an ElectricalCapacitance scalar.static class
Convert an electrical charge String with unit on the command line to an ElectricalCharge scalar.static class
Convert an electrical conductance String with unit on the command line to an ElectricalConductance scalar.static class
Convert an electrical current String with unit on the command line to an ElectricalCurrent scalar.static class
Convert an electrical inductance String with unit on the command line to an ElectricalInductance scalar.static class
Convert an electrical potential String with unit on the command line to an ElectricalPotential scalar.static class
Convert an electrical resistance String with unit on the command line to an ElectricalResistance scalar.static class
Convert an energy String with unit on the command line to an Energy scalar.static class
Convert an equivalent dose String with unit on the command line to an EquivalentDose scalar.static class
Convert a flow mass String with unit on the command line to a FlowMass scalar.static class
Convert a flow volume String with unit on the command line to a FlowVolume scalar.static class
Convert a force String with unit on the command line to a Force scalar.static class
Convert a frequency String with unit on the command line to a Frequency scalar.static class
Convert an illuminance String with unit on the command line to an Illuminance scalar.static class
Convert a length String with unit on the command line to a Length scalar.static class
Convert a linear density String with unit on the command line to a LinearDensity scalar.static class
Convert a luminous flux String with unit on the command line to a LuminousFlux scalar.static class
Convert a luminous intensity String with unit on the command line to a LuminousIntensity scalar.static class
Convert a magnetic flux String with unit on the command line to a MagneticFlux scalar.static class
Convert a magnetic flux density String with unit on the command line to a MagneticFluxDensity scalar.static class
Convert a mass String with unit on the command line to a Mass scalar.static class
Convert a momentum String with unit on the command line to a Momentum scalar.static class
Convert a position String with unit on the command line to a Position scalar.static class
Convert a power String with unit on the command line to a Power scalar.static class
Convert a pressure String with unit on the command line to a Pressure scalar.static class
Convert a radio activity String with unit on the command line to a RadioActivity scalar.static class
Convert a solid angle String with unit on the command line to a SolidAngle scalar.static class
Convert a speed String with unit on the command line to a Speed scalar.static class
Convert a temperature String with unit on the command line to a Temperature scalar.static class
Convert a time String with unit on the command line to a Time scalar.static class
Convert a torque String with unit on the command line to a Torque scalar.static class
Convert a volume String with unit on the command line to a Volume scalar. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerAll
(CommandLine cmd) Register all DJUNITS converters for a CommandLine.
-
Method Details
-
registerAll
@Generated(value="org.djunits.generator.GenerateCliConverters", date="2020-01-17T12:27:20.797349900Z") public static void registerAll(CommandLine cmd) Register all DJUNITS converters for a CommandLine.- Parameters:
cmd
- CommandLine; the CommandLine for which the DJUNITS converters should be registered
-