Package org.nuxeo.ecm.liveconnect.core
Class AbstractLiveConnectFile
java.lang.Object
org.nuxeo.ecm.liveconnect.core.AbstractLiveConnectFile
- All Implemented Interfaces:
Serializable
,LiveConnectFile
- Direct Known Subclasses:
BoxLiveConnectFile
,ErrorLiveConnectFile
,GoogleDriveLiveConnectFile
Basic implementation of
LiveConnectFile
.- Since:
- 8.1
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionShould be overriden by subclasses wanting to rely on a different field as encoding.final LiveConnectFileInfo
getInfo()
Should be overriden by subclasses wanting to rely on a different field as mime type.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.nuxeo.ecm.liveconnect.core.LiveConnectFile
getDigest, getFilename, getFileSize
-
Constructor Details
-
AbstractLiveConnectFile
-
-
Method Details
-
getInfo
- Specified by:
getInfo
in interfaceLiveConnectFile
-
getMimeType
Should be overriden by subclasses wanting to rely on a different field as mime type.- Specified by:
getMimeType
in interfaceLiveConnectFile
-
getEncoding
Should be overriden by subclasses wanting to rely on a different field as encoding.- Specified by:
getEncoding
in interfaceLiveConnectFile
-
toString
-