public class UpdatePolicy extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALWAYS |
static String |
DAILY |
static String |
NEVER |
| Constructor and Description |
|---|
UpdatePolicy() |
| Modifier and Type | Method and Description |
|---|---|
protected static long |
parseIntervalMinutesMs(String policy) |
static boolean |
shouldUpdate(String policy,
long thenMs,
long nowMs) |
public static final String DAILY
public static final String NEVER
public static final String ALWAYS
Copyright © 2021. All rights reserved.