public abstract class FileDocumentSynchronizationVetoer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<FileDocumentSynchronizationVetoer> |
EP_NAME |
Constructor and Description |
---|
FileDocumentSynchronizationVetoer() |
Modifier and Type | Method and Description |
---|---|
boolean |
mayReloadFileContent(VirtualFile file,
Document document) |
boolean |
maySaveDocument(Document document,
boolean isSaveExplicit) |
public static final ExtensionPointName<FileDocumentSynchronizationVetoer> EP_NAME
public boolean maySaveDocument(Document document, boolean isSaveExplicit)
public boolean mayReloadFileContent(VirtualFile file, Document document)