Package org.nuxeo.ecm.liveconnect.core
Class ErrorLiveConnectFile
java.lang.Object
org.nuxeo.ecm.liveconnect.core.AbstractLiveConnectFile
org.nuxeo.ecm.liveconnect.core.ErrorLiveConnectFile
- All Implemented Interfaces:
Serializable
,LiveConnectFile
An empty
LiveConnectFile
returned when there is an underlying IOException
.- Since:
- 9.10
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Should be overriden by subclasses wanting to rely on a different field as mime type.Methods inherited from class org.nuxeo.ecm.liveconnect.core.AbstractLiveConnectFile
getEncoding, getInfo, toString
-
Field Details
-
FILENAME
- See Also:
-
MIME_TYPE
- See Also:
-
-
Constructor Details
-
ErrorLiveConnectFile
-
-
Method Details
-
getFilename
-
getMimeType
Description copied from class:AbstractLiveConnectFile
Should be overriden by subclasses wanting to rely on a different field as mime type.- Specified by:
getMimeType
in interfaceLiveConnectFile
- Overrides:
getMimeType
in classAbstractLiveConnectFile
-
getFileSize
public long getFileSize() -
getDigest
-