private static class TargetConsistency.URLInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
modified
Date of change.
|
private int |
size
Size of content.
|
private URL |
valid
The url or null if not connectable.
|
| Modifier | Constructor and Description |
|---|---|
private |
URLInfo(URL url)
Constructs a new URLInfo and retrieves info.
|
| Modifier and Type | Method and Description |
|---|---|
private long |
getModified()
Returns the modification date or -1 if invalid.
|
private int |
getSize()
Returns the size or -1 if invalid.
|
private URL |
getURL()
Returns the valid url, i.e.
|
private URL valid
private long modified
private int size
private URLInfo(URL url)
private long getModified()
private int getSize()
private URL getURL()