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, toString
public static final String FILENAME
public static final String MIME_TYPE
public ErrorLiveConnectFile(LiveConnectFileInfo info)
public String getFilename()
public String getMimeType()
AbstractLiveConnectFile
getMimeType
in interface LiveConnectFile
getMimeType
in class AbstractLiveConnectFile
public long getFileSize()
Copyright © 2018 Nuxeo. All rights reserved.