com.p6spy.engine.common
public class OptionReloader extends Object implements Runnable
Field Summary | |
---|---|
protected static HashSet | options |
protected boolean | running |
protected long | sleepTime |
Constructor Summary | |
---|---|
OptionReloader(long sleep) |
Method Summary | |
---|---|
static void | add(P6Options p6options, P6SpyProperties properties) |
boolean | getRunning() |
static Iterator | iterator() |
static void | reload() |
void | run() |
void | setRunning(boolean run) |
void | setSleep(long sleep) |