| Interface | Description |
|---|---|
| CopyCommand |
Command for copying files
|
| CreateDirectoryCommand |
Command design pattern for creating directories
|
| DeleteCommand |
Command design pattern for deleting files
|
| ListCommand<A extends FileAttributes> |
Command design pattern for listing files
|
| MoveCommand |
Command design pattern for moving files
|
| ReadCommand<A extends FileAttributes> |
Command design pattern for reading files
|
| RenameCommand |
Command design pattern for reading files
|
| WriteCommand |
Command design pattern for writing files
|
| Class | Description |
|---|---|
| AbstractFileCommand<F extends FileSystem,I> |
Base class for implementations of the Command design pattern which performs operations on a file system
|
| ExternalFileCommand<F extends ExternalFileSystem> |
Extension of
AbstractFileCommand for local file systems which use URI to identify and manage
files and directories. |
| FileCommand<F extends FileSystem> |
Extension of
AbstractFileCommand for local file systems which use Path to identify and manage
files and directories. |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.