| Package | Description |
|---|---|
| org.mule.extension.file.common.api | |
| org.mule.extension.file.common.api.command |
| Modifier and Type | Method and Description |
|---|---|
static FileWriteMode |
FileWriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileWriteMode[] |
FileWriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseFileSystemOperations.doWrite(FileConnectorConfig config,
FileSystem fileSystem,
String path,
InputStream content,
String encoding,
boolean createParentDirectories,
boolean lock,
FileWriteMode mode)
Writes the
content into the file pointed by path. |
void |
FileSystem.write(String filePath,
InputStream content,
FileWriteMode mode,
boolean lock,
boolean createParentDirectories,
String encoding)
Writes the
content into the file pointed by filePath. |
void |
AbstractFileSystem.write(String filePath,
InputStream content,
FileWriteMode mode,
boolean lock,
boolean createParentDirectories,
String encoding)
Writes the
content into the file pointed by filePath. |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteCommand.write(String filePath,
InputStream content,
FileWriteMode mode,
boolean lock,
boolean createParentDirectory,
String encoding)
Writes a file under the considerations of
FileSystem.write(String, InputStream, FileWriteMode, boolean, boolean, String) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.