com.izforge.izpack.util.os
Class FileQueue
java.lang.Object
com.izforge.izpack.util.os.FileQueue
public class FileQueue
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filequeue
protected WinSetupFileQueue filequeue
FileQueue
public FileQueue(Librarian librarian)
- Constructs a FileQueue.
- Parameters:
librarian - the librarian
add
public void add(FileQueueOperation op)
- Add a file queue operation.
- Parameters:
op - the operation (copy/move/delete)
isEmpty
public boolean isEmpty()
- Determines if the queue is empty.
- Returns:
true if the queue is empty
execute
public void execute()
throws IOException
- Throws:
IOException
isRebootNecessary
public boolean isRebootNecessary()
getOperations
public List<FileQueueOperation> getOperations()
- Returns the file queue operations.
- Returns:
- the file queue operations
Copyright © 2018. All rights reserved.