public abstract class AbstractFileResolvingResource extends AbstractResource
| Constructor and Description |
|---|
AbstractFileResolvingResource() |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength() |
boolean |
exists() |
File |
getFile() |
protected File |
getFile(URI uri) |
protected File |
getFileForLastModifiedCheck() |
boolean |
isReadable() |
long |
lastModified() |
createRelative, equals, getFilename, getURI, getURL, hashCode, isOpen, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescriptiongetInputStreampublic File getFile() throws IOException
getFile in interface ResourcegetFile in class AbstractResourceIOExceptionprotected File getFileForLastModifiedCheck() throws IOException
getFileForLastModifiedCheck in class AbstractResourceIOExceptionprotected File getFile(URI uri) throws IOException
IOExceptionpublic boolean exists()
exists in interface Resourceexists in class AbstractResourcepublic boolean isReadable()
isReadable in interface ResourceisReadable in class AbstractResourcepublic long contentLength()
throws IOException
contentLength in interface ResourcecontentLength in class AbstractResourceIOExceptionpublic long lastModified()
throws IOException
lastModified in interface ResourcelastModified in class AbstractResourceIOExceptionCopyright © 2016. All Rights Reserved.