| Constructor and Description |
|---|
ParameterizedCronTab(CronTab cronTab,
Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(Calendar calendar) |
String |
checkSanity() |
static ParameterizedCronTab |
create(String line,
int lineNumber,
Hash hash) |
Map<String,String> |
getParameterValues() |
public static ParameterizedCronTab create(String line, int lineNumber, Hash hash) throws antlr.ANTLRException
hash - Used to spread out token like "@daily". Null to preserve the legacy behaviour
of not spreading it out at all.antlr.ANTLRExceptionpublic boolean check(Calendar calendar)
public String checkSanity()
Copyright © 2016–2020. All rights reserved.