public static class TargetList.TargetDump extends Object
| Modifier and Type | Field and Description |
|---|---|
private File |
dump
The dump directory.
|
private Map |
info
My properties, used for writing.
|
private Collection |
sched
The xml-scheduler reference.
|
| Constructor and Description |
|---|
TargetDump(File dir,
Collection targets,
Map prop)
Constructs a new target dump giving the dump directory and a
reference to the xml-scheduler.
|
private final File dump
private final Collection sched
private final Map info
public TargetDump(File dir, Collection targets, Map prop)