Interface | Description |
---|---|
Checkable |
Checkable checks whether the CLI arguments are correct.
|
Class | Description |
---|---|
CliUnitConverters |
CliUnitConverters offers conversion methods for DJUNITS scalars so these can be used on the command line, e.g.:
|
CliUnitConverters.ABSOLUTETEMPERATURE |
Convert an absolute temperature String with unit on the command line to an AbsoluteTemperature scalar.
|
CliUnitConverters.ACCELERATION |
Convert an acceleration String with unit on the command line to an Acceleration scalar.
|
CliUnitConverters.ANGLE |
Convert an angle String with unit on the command line to an Angle scalar.
|
CliUnitConverters.ANGLESOLID |
Convert a solid angle String with unit on the command line to an AngleSolid scalar.
|
CliUnitConverters.AREA |
Convert an area String with unit on the command line to an Area scalar.
|
CliUnitConverters.DENSITY |
Convert a density String with unit on the command line to a Density scalar.
|
CliUnitConverters.DIMENSIONLESS |
Convert a dimensionless String with unit on the command line to a Dimensionless scalar.
|
CliUnitConverters.DIRECTION |
Convert a direction String with unit on the command line to a Direction scalar.
|
CliUnitConverters.DURATION |
Convert a duration String with unit on the command line to a Duration scalar.
|
CliUnitConverters.ELECTRICALCHARGE |
Convert an electrical charge String with unit on the command line to an ElectricalCharge scalar.
|
CliUnitConverters.ELECTRICALCURRENT |
Convert an electrical current String with unit on the command line to an ElectricalCurrent scalar.
|
CliUnitConverters.ELECTRICALPOTENTIAL |
Convert an electrical potential String with unit on the command line to an ElectricalPotential scalar.
|
CliUnitConverters.ELECTRICALRESISTANCE |
Convert an electrical resistance String with unit on the command line to an ElectricalResistance scalar.
|
CliUnitConverters.ENERGY |
Convert an energy String with unit on the command line to an Energy scalar.
|
CliUnitConverters.FLOWMASS |
Convert a flow mass String with unit on the command line to a FlowMass scalar.
|
CliUnitConverters.FLOWVOLUME |
Convert a flow volume String with unit on the command line to a FlowVolume scalar.
|
CliUnitConverters.FORCE |
Convert a force String with unit on the command line to a Force scalar.
|
CliUnitConverters.FREQUENCY |
Convert a frequency String with unit on the command line to a Frequency scalar.
|
CliUnitConverters.LENGTH |
Convert a length String with unit on the command line to a Length scalar.
|
CliUnitConverters.LINEARDENSITY |
Convert a linear density String with unit on the command line to a LinearDensity scalar.
|
CliUnitConverters.MASS |
Convert a mass String with unit on the command line to a Mass scalar.
|
CliUnitConverters.POSITION |
Convert a position String with unit on the command line to a Position scalar.
|
CliUnitConverters.POWER |
Convert a power String with unit on the command line to a Power scalar.
|
CliUnitConverters.PRESSURE |
Convert a pressure String with unit on the command line to a Pressure scalar.
|
CliUnitConverters.SPEED |
Convert a speed String with unit on the command line to a Speed scalar.
|
CliUnitConverters.TEMPERATURE |
Convert a temperature String with unit on the command line to a Temperature scalar.
|
CliUnitConverters.TIME |
Convert a time String with unit on the command line to a Time scalar.
|
CliUnitConverters.TORQUE |
Convert a torque String with unit on the command line to a Torque scalar.
|
CliUnitConverters.VOLUME |
Convert a volume String with unit on the command line to a Volume scalar.
|
CliUtil |
CliUtil offers a helper method to display --help and --version without starting the program.
|
Exception | Description |
---|---|
CliException |
CliException for exceptions of the CommandLine Interpreter.
|
Copyright © 2018–2019 Delft University of Technology. All rights reserved.