public interface WorkspaceResourceHandler
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Path filePath) |
LockStatus |
getLockStatus(Path filePath) |
void |
postClose(Path filePath) |
void |
postDelete(Path filePath) |
void |
postImport() |
void |
postSave(Path filePath) |
void |
preImport() |
void |
preOpen(Path filePath) |
void preOpen(Path filePath) throws LockedResourceException, ResourceNotFoundException
void postClose(Path filePath) throws ResourceNotFoundException
ResourceNotFoundExceptionvoid delete(Path filePath) throws ResourceNotFoundException
ResourceNotFoundExceptionvoid postDelete(Path filePath) throws ResourceNotFoundException
ResourceNotFoundExceptionvoid postSave(Path filePath) throws ResourceNotFoundException
ResourceNotFoundExceptionvoid preImport()
void postImport()
LockStatus getLockStatus(Path filePath) throws ResourceNotFoundException
ResourceNotFoundExceptionCopyright © 2020. All rights reserved.