com.izforge.izpack.util.os
Class FileQueueMove

java.lang.Object
  extended by com.izforge.izpack.util.os.FileQueueCopy
      extended by com.izforge.izpack.util.os.FileQueueMove
All Implemented Interfaces:
FileQueueOperation

public class FileQueueMove
extends FileQueueCopy

File queue move operation (Windows Setup API)


Field Summary
 
Fields inherited from class com.izforge.izpack.util.os.FileQueueCopy
copyStyle, fromFile, toFile
 
Constructor Summary
FileQueueMove(File fromFile, File toFile)
           
FileQueueMove(File fromFile, File toFile, boolean forceInUse)
           
 
Method Summary
 void addTo(WinSetupFileQueue filequeue)
           
 
Methods inherited from class com.izforge.izpack.util.os.FileQueueCopy
setDeleteSource, setForceInUse, setInUseNeedsReboot, setLanguageAware, setNewerOnly, setNewerOrSame, setOverwrite, setReplaceOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileQueueMove

public FileQueueMove(File fromFile,
                     File toFile)

FileQueueMove

public FileQueueMove(File fromFile,
                     File toFile,
                     boolean forceInUse)
Method Detail

addTo

public void addTo(WinSetupFileQueue filequeue)
           throws IOException
Specified by:
addTo in interface FileQueueOperation
Overrides:
addTo in class FileQueueCopy
Throws:
IOException


Copyright © 2018. All rights reserved.