|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileContentReader
Extension to ContentReader
for Readers which are able to
make the backing file available to you.
ContentReader
Method Summary | |
---|---|
boolean |
exists()
Check if the underlying content is present. |
java.io.File |
getFile()
Provides access to the underlying File that this Reader accesses. |
Methods inherited from interface org.alfresco.service.cmr.repository.ContentReader |
---|
getContent, getContent, getContentInputStream, getContentString, getContentString, getFileChannel, getLastModified, getReadableChannel, getReader, isClosed |
Methods inherited from interface org.alfresco.service.cmr.repository.ContentAccessor |
---|
addListener, getContentData, getContentUrl, getEncoding, getLocale, getMimetype, getSize, isChannelOpen, setEncoding, setLocale, setMimetype |
Method Detail |
---|
java.io.File getFile()
boolean exists()
ContentReader
underlying content
is present.
exists
in interface ContentReader
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |