Package org.djutils.cli
Class CliUnitConverters
- java.lang.Object
-
- org.djutils.cli.CliUnitConverters
-
public final class CliUnitConverters extends Object
CliUnitConverters offers conversion methods for DJUNITS scalars so these can be used on the command line, e.g.: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
Nested Classes Modifier and Type Class Description static class
CliUnitConverters.ABSOLUTETEMPERATURE
Convert an absolute temperature String with unit on the command line to an AbsoluteTemperature scalar.static class
CliUnitConverters.ABSORBEDDOSE
Convert an absorbed dose String with unit on the command line to an AbsorbedDose scalar.static class
CliUnitConverters.ACCELERATION
Convert an acceleration String with unit on the command line to an Acceleration scalar.static class
CliUnitConverters.AMOUNTOFSUBSTANCE
Convert an amount of substance String with unit on the command line to an AmountOfSubstance scalar.static class
CliUnitConverters.ANGLE
Convert an angle String with unit on the command line to an Angle scalar.static class
CliUnitConverters.ANGULARACCELERATION
Convert an angular acceleration String with unit on the command line to an AngularAcceleration scalar.static class
CliUnitConverters.ANGULARVELOCITY
Convert an angular velocity String with unit on the command line to an AngularVelocity scalar.static class
CliUnitConverters.AREA
Convert an area String with unit on the command line to an Area scalar.static class
CliUnitConverters.CATALYTICACTIVITY
Convert a catalytic activity String with unit on the command line to a CatalyticActivity scalar.static class
CliUnitConverters.DENSITY
Convert a density String with unit on the command line to a Density scalar.static class
CliUnitConverters.DIMENSIONLESS
Convert a dimensionless String with unit on the command line to a Dimensionless scalar.static class
CliUnitConverters.DIRECTION
Convert a direction String with unit on the command line to a Direction scalar.static class
CliUnitConverters.DURATION
Convert a duration String with unit on the command line to a Duration scalar.static class
CliUnitConverters.ELECTRICALCAPACITANCE
Convert an electrical capacitance String with unit on the command line to an ElectricalCapacitance scalar.static class
CliUnitConverters.ELECTRICALCHARGE
Convert an electrical charge String with unit on the command line to an ElectricalCharge scalar.static class
CliUnitConverters.ELECTRICALCONDUCTANCE
Convert an electrical conductance String with unit on the command line to an ElectricalConductance scalar.static class
CliUnitConverters.ELECTRICALCURRENT
Convert an electrical current String with unit on the command line to an ElectricalCurrent scalar.static class
CliUnitConverters.ELECTRICALINDUCTANCE
Convert an electrical inductance String with unit on the command line to an ElectricalInductance scalar.static class
CliUnitConverters.ELECTRICALPOTENTIAL
Convert an electrical potential String with unit on the command line to an ElectricalPotential scalar.static class
CliUnitConverters.ELECTRICALRESISTANCE
Convert an electrical resistance String with unit on the command line to an ElectricalResistance scalar.static class
CliUnitConverters.ENERGY
Convert an energy String with unit on the command line to an Energy scalar.static class
CliUnitConverters.EQUIVALENTDOSE
Convert an equivalent dose String with unit on the command line to an EquivalentDose scalar.static class
CliUnitConverters.FLOWMASS
Convert a flow mass String with unit on the command line to a FlowMass scalar.static class
CliUnitConverters.FLOWVOLUME
Convert a flow volume String with unit on the command line to a FlowVolume scalar.static class
CliUnitConverters.FORCE
Convert a force String with unit on the command line to a Force scalar.static class
CliUnitConverters.FREQUENCY
Convert a frequency String with unit on the command line to a Frequency scalar.static class
CliUnitConverters.ILLUMINANCE
Convert an illuminance String with unit on the command line to an Illuminance scalar.static class
CliUnitConverters.LENGTH
Convert a length String with unit on the command line to a Length scalar.static class
CliUnitConverters.LINEARDENSITY
Convert a linear density String with unit on the command line to a LinearDensity scalar.static class
CliUnitConverters.LUMINOUSFLUX
Convert a luminous flux String with unit on the command line to a LuminousFlux scalar.static class
CliUnitConverters.LUMINOUSINTENSITY
Convert a luminous intensity String with unit on the command line to a LuminousIntensity scalar.static class
CliUnitConverters.MAGNETICFLUX
Convert a magnetic flux String with unit on the command line to a MagneticFlux scalar.static class
CliUnitConverters.MAGNETICFLUXDENSITY
Convert a magnetic flux density String with unit on the command line to a MagneticFluxDensity scalar.static class
CliUnitConverters.MASS
Convert a mass String with unit on the command line to a Mass scalar.static class
CliUnitConverters.MOMENTUM
Convert a momentum String with unit on the command line to a Momentum scalar.static class
CliUnitConverters.POSITION
Convert a position String with unit on the command line to a Position scalar.static class
CliUnitConverters.POWER
Convert a power String with unit on the command line to a Power scalar.static class
CliUnitConverters.PRESSURE
Convert a pressure String with unit on the command line to a Pressure scalar.static class
CliUnitConverters.RADIOACTIVITY
Convert a radio activity String with unit on the command line to a RadioActivity scalar.static class
CliUnitConverters.SOLIDANGLE
Convert a solid angle String with unit on the command line to a SolidAngle scalar.static class
CliUnitConverters.SPEED
Convert a speed String with unit on the command line to a Speed scalar.static class
CliUnitConverters.TEMPERATURE
Convert a temperature String with unit on the command line to a Temperature scalar.static class
CliUnitConverters.TIME
Convert a time String with unit on the command line to a Time scalar.static class
CliUnitConverters.TORQUE
Convert a torque String with unit on the command line to a Torque scalar.static class
CliUnitConverters.VOLUME
Convert a volume String with unit on the command line to a Volume scalar.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
registerAll(picocli.CommandLine cmd)
Register all DJUNITS converters for a CommandLine.
-
-
-
Method Detail
-
registerAll
@Generated(value="org.djunits.generator.GenerateCliConverters", date="2020-01-17T12:27:20.797349900Z") public static void registerAll(picocli.CommandLine cmd)
Register all DJUNITS converters for a CommandLine.- Parameters:
cmd
- CommandLine; the CommandLine for which the DJUNITS converters should be registered
-
-