| Interface | Description |
|---|---|
| FileAttributes |
Canonical representation of a file's metadata attributes.
|
| FileSystem<A extends FileAttributes> |
Represents an abstract file system and the operations which can be performed on it.
|
| Class | Description |
|---|---|
| AbstractFileAttributes |
Base class for implementations of
FileAttributes |
| AbstractFileInputStreamSupplier |
This is an abstract class that implements
Supplier adding the logic to check that the file size is stable. |
| AbstractFileSystem<A extends FileAttributes> |
Base class for implementations of
FileSystem |
| BaseFileSystemOperations |
Basic set of operations and templates for extensions which perform operations over a generic file system
|
| FileConnectorConfig |
Generic contract for a config of a connector which operates over a
FileSystem |
| FileDisplayConstants |
Utility class to hold all the common constants between File related extensions for UI enhancement
|
| FileSystemProvider<T extends FileSystem> |
Base class for a
ConnectionProvider which provides instances of
FileSystem |
| Enum | Description |
|---|---|
| FileWriteMode |
List different strategies regarding how to write new files
|
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.