|
|||||||||
| Home >> All >> com >> flexstor >> common >> io >> [ xfile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.io.xfile
Interface XFileMoveI

- All Superinterfaces:
- XFileAccessorI
- public interface XFileMoveI
- extends XFileAccessorI
This interface defines all the methods to be implemented by a move utility for a specific file protocol. Every file protocol must have a move utility class.
| Method Summary | |
boolean |
move(java.lang.String sSourceFile,
java.lang.String sDestFile)
Moves the source file to the destination file specified. |
boolean |
moveToDir(java.lang.String sSourceFile,
java.lang.String sDestDir)
Moves the source file to the destination directory specified. |
| Methods inherited from interface com.flexstor.common.io.xfile.XFileAccessorI |
connect, disconnect |
| Method Detail |
move
public boolean move(java.lang.String sSourceFile, java.lang.String sDestFile)
- Moves the source file to the destination file specified.
moveToDir
public boolean moveToDir(java.lang.String sSourceFile, java.lang.String sDestDir)
- Moves the source file to the destination directory specified.
|
|||||||||
| Home >> All >> com >> flexstor >> common >> io >> [ xfile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC