|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericFileOperationFailedException | |
|---|---|
| org.apache.camel.component.file | The File Component for working with file systems. |
| org.apache.camel.component.file.remote | Defines the File transport for communicating with Remote Files and FTP |
| Uses of GenericFileOperationFailedException in org.apache.camel.component.file |
|---|
| Methods in org.apache.camel.component.file that throw GenericFileOperationFailedException | |
|---|---|
boolean |
GenericFileOperations.buildDirectory(String directory,
boolean absolute)
Builds the directory structure. |
boolean |
FileOperations.buildDirectory(String directory,
boolean absolute)
|
void |
GenericFileOperations.changeCurrentDirectory(String path)
Change the current remote directory |
void |
FileOperations.changeCurrentDirectory(String path)
|
void |
GenericFileOperations.changeToParentDirectory()
Change the current remote directory to the parent |
void |
FileOperations.changeToParentDirectory()
|
boolean |
GenericFileOperations.deleteFile(String name)
Deletes the file name by name, relative to the current directory |
boolean |
FileOperations.deleteFile(String name)
|
boolean |
GenericFileOperations.existsFile(String name)
Determines whether the files exists or not |
boolean |
FileOperations.existsFile(String name)
|
String |
GenericFileOperations.getCurrentDirectory()
Gets the current remote directory |
String |
FileOperations.getCurrentDirectory()
|
List<T> |
GenericFileOperations.listFiles()
List the files in the current directory |
List<File> |
FileOperations.listFiles()
|
List<T> |
GenericFileOperations.listFiles(String path)
List the files in the given remote directory |
List<File> |
FileOperations.listFiles(String path)
|
boolean |
GenericFileOperations.renameFile(String from,
String to)
Renames the file |
boolean |
FileOperations.renameFile(String from,
String to)
|
boolean |
GenericFileOperations.retrieveFile(String name,
Exchange exchange)
Retrieves the file |
boolean |
FileOperations.retrieveFile(String name,
Exchange exchange)
|
boolean |
GenericFileOperations.storeFile(String name,
Exchange exchange)
Stores the content as a new remote file (upload) |
boolean |
FileOperations.storeFile(String fileName,
Exchange exchange)
|
void |
GenericFileProducer.writeFile(Exchange exchange,
String fileName)
|
| Uses of GenericFileOperationFailedException in org.apache.camel.component.file.remote |
|---|
| Methods in org.apache.camel.component.file.remote that throw GenericFileOperationFailedException | |
|---|---|
boolean |
SftpOperations.buildDirectory(String directory,
boolean absolute)
|
boolean |
FtpOperations.buildDirectory(String directory,
boolean absolute)
|
void |
SftpOperations.changeCurrentDirectory(String path)
|
void |
FtpOperations.changeCurrentDirectory(String path)
|
void |
SftpOperations.changeToParentDirectory()
|
void |
FtpOperations.changeToParentDirectory()
|
boolean |
SftpOperations.connect(RemoteFileConfiguration configuration)
|
boolean |
RemoteFileOperations.connect(RemoteFileConfiguration configuration)
Connects to the remote server |
boolean |
FtpsOperations.connect(RemoteFileConfiguration configuration)
|
boolean |
FtpOperations.connect(RemoteFileConfiguration configuration)
|
protected void |
RemoteFileProducer.connectIfNecessary()
|
boolean |
SftpOperations.deleteFile(String name)
|
boolean |
FtpOperations.deleteFile(String name)
|
void |
SftpOperations.disconnect()
|
void |
RemoteFileProducer.disconnect()
|
void |
RemoteFileOperations.disconnect()
Disconnects from the remote server |
void |
FtpOperations.disconnect()
|
boolean |
SftpOperations.existsFile(String name)
|
boolean |
FtpOperations.existsFile(String name)
|
String |
SftpOperations.getCurrentDirectory()
|
String |
FtpOperations.getCurrentDirectory()
|
boolean |
SftpOperations.isConnected()
|
boolean |
RemoteFileOperations.isConnected()
Returns whether we are connected to the remote server or not |
boolean |
FtpOperations.isConnected()
|
List<com.jcraft.jsch.ChannelSftp.LsEntry> |
SftpOperations.listFiles()
|
List<org.apache.commons.net.ftp.FTPFile> |
FtpOperations.listFiles()
|
List<com.jcraft.jsch.ChannelSftp.LsEntry> |
SftpOperations.listFiles(String path)
|
List<org.apache.commons.net.ftp.FTPFile> |
FtpOperations.listFiles(String path)
|
boolean |
SftpOperations.renameFile(String from,
String to)
|
boolean |
FtpOperations.renameFile(String from,
String to)
|
boolean |
SftpOperations.retrieveFile(String name,
Exchange exchange)
|
boolean |
FtpOperations.retrieveFile(String name,
Exchange exchange)
|
boolean |
SftpOperations.sendNoop()
|
boolean |
RemoteFileOperations.sendNoop()
Sends a noop command to the remote server |
boolean |
FtpOperations.sendNoop()
|
boolean |
SftpOperations.sendSiteCommand(String command)
|
boolean |
RemoteFileOperations.sendSiteCommand(String command)
Sends a site command to the remote server |
boolean |
FtpOperations.sendSiteCommand(String command)
|
boolean |
SftpOperations.storeFile(String name,
Exchange exchange)
|
boolean |
FtpOperations.storeFile(String name,
Exchange exchange)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||