| Package | Description |
|---|---|
| org.mule.extension.file.api | |
| org.mule.extension.file.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
DeletedFileAttributes
A specialized version of
ListenerFileAttributes which is always associated to a FileEventType.DELETE event. |
class |
ListenerFileAttributes
A specialization of
LocalFileAttributes which also implements EventedFileAttributes |
| Modifier and Type | Method and Description |
|---|---|
protected Predicate<LocalFileAttributes> |
LocalFilePredicateBuilder.addConditions(Predicate<LocalFileAttributes> predicate) |
| Modifier and Type | Method and Description |
|---|---|
protected Predicate<LocalFileAttributes> |
LocalFilePredicateBuilder.addConditions(Predicate<LocalFileAttributes> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,LocalFileAttributes>> |
FileOperations.list(org.mule.extension.file.common.api.FileConnectorConfig config,
LocalFileSystem fileSystem,
String directoryPath,
boolean recursive,
org.mule.runtime.api.metadata.MediaType mediaType,
org.mule.extension.file.common.api.FilePredicateBuilder matchWith)
Lists all the files in the
directoryPath which match the given matcher. |
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,LocalFileAttributes> |
FileOperations.read(org.mule.extension.file.common.api.FileConnectorConfig config,
org.mule.extension.file.common.api.FileSystem fileSystem,
String path,
org.mule.runtime.api.metadata.MediaType mediaType,
boolean lock)
Obtains the content and metadata of a file at a given path.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.