|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.sql.TargetConsistency.URLInfo
private static class TargetConsistency.URLInfo
Retrieves and stores info from an URL
| Field Summary | |
|---|---|
private long |
modified
Date of change. |
private int |
size
Size of content. |
private URL |
valid
The url or null if not connectable. |
| Constructor Summary | |
|---|---|
private |
TargetConsistency.URLInfo(URL url)
Constructs a new URLInfo and retrieves info. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private URL valid
private long modified
private int size
| Constructor Detail |
|---|
private TargetConsistency.URLInfo(URL url)
| Method Detail |
|---|
private long getModified()
private int getSize()
private URL getURL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||