|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.installer.requirement.LockFileChecker
public class LockFileChecker
Determines if another installation is in progress, by checking for the existence of a lock file.
| Constructor Summary | |
|---|---|
LockFileChecker(AutomatedInstallData installData,
Prompt prompt)
Constructs a LockFileChecker. |
|
| Method Summary | |
|---|---|
boolean |
check()
Determines if installation requirements are met. |
protected boolean |
handleLockFile(File file)
Invoked when the lock file already exists. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LockFileChecker(AutomatedInstallData installData,
Prompt prompt)
installData - the installation dataprompt - the prompt| Method Detail |
|---|
public boolean check()
check in interface RequirementCheckerprotected boolean handleLockFile(File file)
file - the lock file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||