Index
All Classes and Interfaces|All Packages
C
- CronTimeManager - Class in me.hsgamer.hscore.crontime
-
A simple cron-time manager to manage next execution time
- CronTimeManager(Cron...) - Constructor for class me.hsgamer.hscore.crontime.CronTimeManager
-
Create a new manager
- CronTimeManager(CronType, String...) - Constructor for class me.hsgamer.hscore.crontime.CronTimeManager
-
Create a new manager
- CronTimeManager(CronType, List<String>) - Constructor for class me.hsgamer.hscore.crontime.CronTimeManager
-
Create a new manager
- CronTimeManager(CronDefinition, String...) - Constructor for class me.hsgamer.hscore.crontime.CronTimeManager
-
Create a new manager
- CronTimeManager(CronDefinition, List<String>) - Constructor for class me.hsgamer.hscore.crontime.CronTimeManager
-
Create a new manager
- CronTimeManager(List<Cron>) - Constructor for class me.hsgamer.hscore.crontime.CronTimeManager
-
Create a new manager
G
- getCronList() - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the cron list
- getNextEpochMillis() - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the next epoch millis from now
- getNextEpochMillis(ZonedDateTime) - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the next epoch millis from the initial time
- getNextTime() - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the next time from now
- getNextTime(ZonedDateTime) - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the next time from the initial time
- getRemainingMillis() - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the remaining millis from now to the next time
- getRemainingMillis(ZonedDateTime) - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the remaining millis from now to the next time
L
- LOGGER - Static variable in class me.hsgamer.hscore.crontime.CronTimeManager
-
The internal logger
M
- me.hsgamer.hscore.crontime - package me.hsgamer.hscore.crontime
-
Contains utility classes for cron-time
All Classes and Interfaces|All Packages