|
Oxygen XML Editor, Version 14.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@API(type=EXTENDABLE, src=PUBLIC) public interface LockHandlerFactoryPluginExtension
Extension used for locking resources from a specific protocol
Method Summary | |
---|---|
LockHandler |
getLockHandler()
Get the lock handler for the current handled protocol. |
boolean |
isLockingSupported(java.lang.String protocol)
Check if a lock handler can be provided for a specific protocol. |
Method Detail |
---|
LockHandler getLockHandler()
null
if not
supported.
null
if not supported.boolean isLockingSupported(java.lang.String protocol)
protocol
- The URL protocol (like "http" or "file")
true
if this extension can return a lock handler for
the protocol.
|
Oxygen XML Editor, Version 14.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |