|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.source.AbstractSource
| Field Summary |
| Fields inherited from interface org.exist.source.Source |
INVALID, UNKNOWN, VALID |
| Constructor Summary | |
AbstractSource()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
long |
getCacheTimestamp()
|
protected static java.lang.String |
guessXQueryEncoding(java.io.InputStream is)
Check if the XQuery file declares a content encoding in the XQuery declaration. |
int |
hashCode()
|
void |
setCacheTimestamp(long timestamp)
Set a timestamp for this source. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.exist.source.Source |
getContent, getKey, getReader, isValid, isValid |
| Constructor Detail |
public AbstractSource()
| Method Detail |
public boolean equals(java.lang.Object obj)
public int hashCode()
public long getCacheTimestamp()
getCacheTimestamp in interface Sourcepublic void setCacheTimestamp(long timestamp)
SourceXQueryPool to
check if a source has timed out.
setCacheTimestamp in interface Sourcetimestamp - protected static final java.lang.String guessXQueryEncoding(java.io.InputStream is)
is -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||