public class ErrorLiveConnectFile extends AbstractLiveConnectFile
LiveConnectFile returned when there is an underlying IOException.| Modifier and Type | Field and Description |
|---|---|
static String |
FILENAME |
static String |
MIME_TYPE |
| Constructor and Description |
|---|
ErrorLiveConnectFile(LiveConnectFileInfo info) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDigest() |
String |
getFilename() |
long |
getFileSize() |
String |
getMimeType()
Should be overriden by subclasses wanting to rely on a different field as mime type.
|
getEncoding, getInfo, toStringpublic static final String FILENAME
public static final String MIME_TYPE
public ErrorLiveConnectFile(LiveConnectFileInfo info)
public String getFilename()
public String getMimeType()
AbstractLiveConnectFilegetMimeType in interface LiveConnectFilegetMimeType in class AbstractLiveConnectFilepublic long getFileSize()
Copyright © 2019 Nuxeo. All rights reserved.