public class DiffErrorElement extends DiffElement
EMPTY_ARRAY
Constructor and Description |
---|
DiffErrorElement() |
DiffErrorElement(java.lang.String message,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
DiffContent |
createDiffContent(Project project,
ProgressIndicator indicator)
Called in background thread without ReadLock OR in EDT
|
DiffElement[] |
getChildren() |
byte [] |
getContent()
Returns content data as byte array.
|
javax.swing.Icon |
getIcon() |
java.lang.String |
getName() |
java.lang.String |
getPath() |
long |
getSize() |
long |
getTimeStamp() |
java.lang.Object |
getValue() |
boolean |
isContainer() |
copyTo, delete, getCharset, getContentStream, getElementChooser, getFileType, getNavigatable, getPresentableName, getPresentablePath, getSeparator, isOperationsEnabled, refresh
public DiffErrorElement()
public DiffErrorElement(java.lang.String message, java.lang.String description)
public java.lang.String getPath()
getPath
in class DiffElement
public java.lang.String getName()
getName
in class DiffElement
public long getSize()
getSize
in class DiffElement
public long getTimeStamp()
getTimeStamp
in class DiffElement
public boolean isContainer()
isContainer
in class DiffElement
public DiffElement[] getChildren()
getChildren
in class DiffElement
public byte [] getContent()
DiffElement
getContent
in class DiffElement
public java.lang.Object getValue()
getValue
in class DiffElement
public javax.swing.Icon getIcon()
getIcon
in class DiffElement
public DiffContent createDiffContent(Project project, ProgressIndicator indicator) throws DiffRequestProducerException, ProcessCanceledException
DiffElement