public interface IFileSpecification
Modifier and Type | Method and Description |
---|---|
Reader |
createReader()
Creates a new Reader for the contents of file.
|
long |
getLastModified()
Get the last modified timestamp of the file
|
String |
getPath()
Returns the path of the file.
|
boolean |
isOpenDocument() |
String getPath()
Reader createReader() throws FileNotFoundException
FileNotFoundException
long getLastModified()
boolean isOpenDocument()
createReader()
method returns a reader that reads the live
document buffer.Copyright © 2016 The Apache Software Foundation. All rights reserved.