| Package | Description |
|---|---|
| org.mule.extension.file.common.api.command |
| Modifier and Type | Method and Description |
|---|---|
protected IllegalPathException |
FileCommand.cannotListFileException(Path path)
Returns a
IllegalPathException explaining that a
FileSystem#list(FileConnectorConfig, String, boolean, Message, Predicate) operation was attempted on a path
pointing to a file. |
protected IllegalPathException |
FileCommand.cannotReadDirectoryException(Path path)
Returns an
IllegalPathException explaining that a
FileSystem#read(FileConnectorConfig, Message, String, boolean) operation was attempted on a path pointing to
a directory |
protected IllegalPathException |
FileCommand.pathNotFoundException(Path path)
Returns a
IllegalPathException explaining that a
FileSystem#list(FileConnectorConfig, String, boolean, Message, Predicate) operation was attempted on a path
pointing to a file. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.