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, refreshpublic DiffErrorElement()
public DiffErrorElement(java.lang.String message,
java.lang.String description)
public java.lang.String getPath()
getPath in class DiffElementpublic java.lang.String getName()
getName in class DiffElementpublic long getSize()
getSize in class DiffElementpublic long getTimeStamp()
getTimeStamp in class DiffElementpublic boolean isContainer()
isContainer in class DiffElementpublic DiffElement[] getChildren()
getChildren in class DiffElementpublic byte [] getContent()
DiffElementgetContent in class DiffElementpublic java.lang.Object getValue()
getValue in class DiffElementpublic javax.swing.Icon getIcon()
getIcon in class DiffElementpublic DiffContent createDiffContent(Project project, ProgressIndicator indicator) throws DiffRequestProducerException, ProcessCanceledException
DiffElement