| Package | Description |
|---|---|
| org.mule.extension.file.common.api | |
| org.mule.extension.file.common.api.lock |
| Modifier and Type | Method and Description |
|---|---|
protected abstract UriLock |
AbstractExternalFileSystem.createLock(URI uri) |
UriLock |
AbstractExternalFileSystem.lock(URI uri)
Acquires and returns lock over the given
uri. |
UriLock |
ExternalFileSystem.lock(URI uri)
Acquires and returns lock over the given
uri. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractExternalFileSystem.acquireLock(UriLock lock)
Attempts to lock the given
lock and throws FileLockedException if already locked |
| Modifier and Type | Class and Description |
|---|---|
class |
NullUriLock
Implementation of the Null Object design pattern for the
UriLock interface |
class |
URLPathLock
|
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.