com.infoengine.convert
Class backupTemplate2x
java.lang.Object
com.infoengine.convert.backupTemplate2x
- public class backupTemplate2x
- extends Object
Method Summary |
private void |
backup(String parentPath)
Creates the backup directory named '__CONVBkpTmp2x'
Copies the oldfile to the newly created directory. |
static void |
main(String[] args)
|
private void |
moveFile(File file,
File newfile,
boolean delete)
Moves the file to the new file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oldFile
File oldFile
newFile
File newFile
backupTemplate2x
public backupTemplate2x(String path)
backup
private void backup(String parentPath)
- Creates the backup directory named '__CONVBkpTmp2x'
Copies the oldfile to the newly created directory.
moveFile
private void moveFile(File file,
File newfile,
boolean delete)
- Moves the file to the new file.
main
public static void main(String[] args)