|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.installer.unpacker.FileQueueFactory
public class FileQueueFactory
Factory for FileQueue instances, if queuing is supported by the current platform.
| Constructor Summary | |
|---|---|
FileQueueFactory(Platform platform,
Librarian librarian)
Constructs a FileQueueFactory. |
|
| Method Summary | |
|---|---|
FileQueue |
create()
Creates a new FileQueue. |
boolean |
isSupported()
Determines if queuing is supported. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileQueueFactory(Platform platform,
Librarian librarian)
FileQueueFactory.
platform - the current platformlibrarian - the librarian| Method Detail |
|---|
public boolean isSupported()
true if queuing is supportedpublic FileQueue create()
FileQueue.
null if queuing is not supported
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||