| Interface | Description |
|---|---|
| CopyCommand |
Command for copying files
|
| CreateDirectoryCommand |
Command design pattern for creating directories
|
| DeleteCommand |
Command design pattern for deleting files
|
| ListCommand |
Command design pattern for listing files
|
| MoveCommand |
Command design pattern for moving files
|
| ReadCommand |
Command design pattern for reading files
|
| RenameCommand |
Command design pattern for reading files
|
| WriteCommand |
Command design pattern for writing files
|
| Class | Description |
|---|---|
| FileCommand<F extends FileSystem> |
Base class for implementations of the Command design pattern which performs operations on a file system
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.