|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteFileOperations<T>
Remote file operations based on some backing framework
Method Summary | |
---|---|
boolean |
connect(RemoteFileConfiguration configuration)
Connects to the remote server |
void |
disconnect()
Discconects from the remote server |
boolean |
isConnected()
Returns whether we are connected to the remote server or not |
Methods inherited from interface org.apache.camel.component.file.GenericFileOperations |
---|
buildDirectory, changeCurrentDirectory, deleteFile, existsFile, getCurrentDirectory, listFiles, listFiles, renameFile, retrieveFile, setEndpoint, storeFile |
Method Detail |
---|
boolean connect(RemoteFileConfiguration configuration) throws GenericFileOperationFailedException
configuration
- configuraiton
GenericFileOperationFailedException
- can be thrownboolean isConnected() throws GenericFileOperationFailedException
GenericFileOperationFailedException
- can be thrownvoid disconnect() throws GenericFileOperationFailedException
GenericFileOperationFailedException
- can be thrown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |