Index

C G M P 
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(List<Cron>) - Constructor for class me.hsgamer.hscore.crontime.CronTimeManager
Create a new manager
CronTimeParser - Class in me.hsgamer.hscore.crontime
The cron time parser
CronTimeParser() - Constructor for class me.hsgamer.hscore.crontime.CronTimeParser
 

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(Instant) - 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
getNextInstant() - Method in class me.hsgamer.hscore.crontime.CronTimeManager
Get the next instant from now
getNextInstant(Instant) - Method in class me.hsgamer.hscore.crontime.CronTimeManager
Get the next instant from the initial instant
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(Instant) - 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

M

me.hsgamer.hscore.crontime - package me.hsgamer.hscore.crontime
Contains utility classes for cron-time

P

parse(CronType, String...) - Static method in class me.hsgamer.hscore.crontime.CronTimeParser
Create a new cron list from the cron string array.
parse(CronType, List<String>) - Static method in class me.hsgamer.hscore.crontime.CronTimeParser
Create a new cron list from the cron string list.
parse(CronDefinition, String...) - Static method in class me.hsgamer.hscore.crontime.CronTimeParser
Create a new cron list from the cron string array.
parse(CronDefinition, List<String>) - Static method in class me.hsgamer.hscore.crontime.CronTimeParser
Create a new cron list from the cron string list.
C G M P 
All Classes and Interfaces|All Packages