org.opennms.bb.dp.poller.scheduler.utils
Class UnitConverter
java.lang.Object
|
+--org.opennms.bb.dp.poller.scheduler.utils.UnitConverter
- public class UnitConverter
- extends Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
SECONDS
public static final char SECONDS
MINUTES
public static final char MINUTES
HOURS
public static final char HOURS
DAYS
public static final char DAYS
SECOND_MULTIPLIER
public static final int SECOND_MULTIPLIER
MINUTE_MULTIPLIER
public static final int MINUTE_MULTIPLIER
HOUR_MULTIPLIER
public static final int HOUR_MULTIPLIER
DAY_MULTIPLIER
public static final int DAY_MULTIPLIER
UnitConverter
public UnitConverter()
getSeconds
public static int getSeconds(String aValue)
getResolution
private static int getResolution(char aChar)