| Package | Description |
|---|---|
| org.mule.extension.file.internal | |
| org.mule.extension.file.internal.command |
| Modifier and Type | Method and Description |
|---|---|
LocalFileSystem |
LocalFileConnectionProvider.connect()
Creates and returns a new instance of
LocalFileSystem |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalFileConnectionProvider.disconnect(LocalFileSystem localFileSystem)
Does nothing since
LocalFileSystem instances do not require disconnecting |
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.api.connection.ConnectionValidationResult |
LocalFileConnectionProvider.validate(LocalFileSystem fileSystem) |
| Constructor and Description |
|---|
DirectoryListenerCommand(LocalFileSystem fileSystem) |
LocalCopyCommand(LocalFileSystem fileSystem) |
LocalCreateDirectoryCommand(LocalFileSystem fileSystem) |
LocalDeleteCommand(LocalFileSystem fileSystem) |
LocalListCommand(LocalFileSystem fileSystem) |
LocalMoveCommand(LocalFileSystem fileSystem) |
LocalReadCommand(LocalFileSystem fileSystem) |
LocalRenameCommand(LocalFileSystem fileSystem) |
LocalWriteCommand(LocalFileSystem fileSystem,
MuleContext muleContext) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.