| 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,
FileMatcher matchWith)
Deprecated.
|
protected List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,FileAttributes>> |
BaseFileSystemOperations.doList(FileConnectorConfig config,
FileSystem fileSystem,
String directoryPath,
boolean recursive,
FileMatcher matchWith,
Long timeBetweenSizeCheck)
Lists all the files in the
directoryPath which match the given matcher. |
protected org.mule.runtime.extension.api.runtime.streaming.PagingProvider<FileSystem,org.mule.runtime.extension.api.runtime.operation.Result<org.mule.runtime.api.streaming.CursorProvider,FileAttributes>> |
BaseFileSystemOperations.doPagedList(FileConnectorConfig config,
String directoryPath,
boolean recursive,
FileMatcher matchWith,
Long timeBetweenSizeCheck,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper)
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–2019 MuleSoft, Inc.. All rights reserved.