public class DateIncludingURL extends LatestURL
LatestURL.Dump, LatestURL.URLTime| Modifier and Type | Field and Description |
|---|---|
private SimpleDateFormat |
parse |
private int |
pos |
| Constructor and Description |
|---|
DateIncludingURL(URL dir,
FileFilter filter,
int namepos,
SimpleDateFormat df)
Constructs an new latest url object.
|
DateIncludingURL(URL dir,
int namepos,
SimpleDateFormat df)
Constructs an new latest url object.
|
| Modifier and Type | Method and Description |
|---|---|
protected LatestURL.URLTime |
deduceYoungest(Collection<URL> cc)
The base class only uses the modification time of the url.
|
private final int pos
private final SimpleDateFormat parse
public DateIncludingURL(URL dir, int namepos, SimpleDateFormat df)
LatestURL.update() first check, if new references had been added to or
removed from the base url and acts only on the changes.public DateIncludingURL(URL dir, FileFilter filter, int namepos, SimpleDateFormat df)
LatestURL.update() first check, if new references had been added to or
removed from the base url and acts only on the changes.protected LatestURL.URLTime deduceYoungest(Collection<URL> cc)
deduceYoungest in class LatestURL