Interface AbstractTraceForURIProvider.PersistedTrace
-
- Enclosing class:
- AbstractTraceForURIProvider<SomeFile,Trace extends AbstractTrace>
protected static interface AbstractTraceForURIProvider.PersistedTrace
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists()AbsoluteURIgetPath()longgetTimestamp()java.io.InputStreamopenStream()
-
-
-
Method Detail
-
getPath
AbsoluteURI getPath()
-
getTimestamp
long getTimestamp()
-
openStream
java.io.InputStream openStream() throws java.io.IOException- Throws:
java.io.IOException
-
exists
boolean exists()
-
-