Uses of Class
com.github.joschi.jadconfig.util.Duration
Packages that use Duration
Package
Description
-
Uses of Duration in com.github.joschi.jadconfig.converters
Methods in com.github.joschi.jadconfig.converters that return DurationMethods in com.github.joschi.jadconfig.converters with parameters of type Duration -
Uses of Duration in com.github.joschi.jadconfig.util
Methods in com.github.joschi.jadconfig.util that return DurationModifier and TypeMethodDescriptionstatic DurationDuration.days(long count) static DurationDuration.hours(long count) static DurationDuration.microseconds(long count) static DurationDuration.milliseconds(long count) static DurationDuration.minutes(long count) static DurationDuration.nanoseconds(long count) static Durationstatic DurationDuration.seconds(long count) Methods in com.github.joschi.jadconfig.util with parameters of type Duration -
Uses of Duration in com.github.joschi.jadconfig.validators
Methods in com.github.joschi.jadconfig.validators with parameters of type Duration