| Package | Description |
|---|---|
| org.mule.extension.file.common.api.lock | |
| org.mule.extension.file.common.api.stream |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PathLock
Use to generate a lock on a file referenced by a path.
|
interface |
UriLock
Use to generate a lock on a file referenced by an uri.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNullLock
Implementation of the Null Object design pattern for the
NullLock interface |
class |
NullPathLock
Implementation of the Null Object design pattern for the
PathLock interface |
class |
NullUriLock
Implementation of the Null Object design pattern for the
UriLock interface |
class |
URLPathLock
|
| Constructor and Description |
|---|
AbstractFileInputStream(LazyStreamSupplier streamSupplier,
Lock lock)
Deprecated.
|
AbstractNonFinalizableFileInputStream(LazyStreamSupplier streamSupplier,
Lock lock) |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.