|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.installer.requirement.JDKChecker
public class JDKChecker
Verifies that the correct JDK version is available for installation to proceed.
| Constructor Summary | |
|---|---|
JDKChecker(InstallData installData,
Prompt prompt)
Constructs a JDKChecker. |
|
| Method Summary | |
|---|---|
boolean |
check()
Determines if the JDK is required, and if so, if it exists. |
protected boolean |
exists()
Determines if the JDK is installed, by executing attempting to execute javac. |
protected boolean |
notFound()
Invoked when the JDK is not found. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDKChecker(InstallData installData,
Prompt prompt)
installData - the installation dataprompt - the prompt| Method Detail |
|---|
public boolean check()
check in interface RequirementCheckerprotected boolean exists()
protected boolean notFound()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||