| Package | Description |
|---|---|
| org.mule.extension.file.common.api | |
| org.mule.extension.file.common.api.matcher |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,FileAttributes>> |
BaseFileSystemOperations.doList(FileConnectorConfig config,
FileSystem fileSystem,
String directoryPath,
boolean recursive,
org.mule.runtime.api.metadata.MediaType mediaType,
FileMatcher matchWith)
Lists all the files in the
directoryPath which match the given matcher. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileMatcher<T extends FileMatcher,A extends FileAttributes>
Builds a
Predicate which verifies that a FileAttributes instance is compliant with a number of criterias. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.