|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.installer.console.ConsoleAction
public abstract class ConsoleAction
Console installer action.
| Constructor Summary | |
|---|---|
ConsoleAction(InstallData installData)
Constructs a ConsoleAction. |
|
| Method Summary | |
|---|---|
abstract boolean |
complete()
Invoked after the action has been successfully run for each panel. |
protected InstallData |
getInstallData()
Returns the installation data. |
boolean |
isInstall()
Determines if this is an installation action. |
boolean |
isValidating()
Determines if this action should lead to panel validation. |
abstract boolean |
run(ConsolePanelView panel)
Runs the action for the panel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleAction(InstallData installData)
installData - the installation data| Method Detail |
|---|
public abstract boolean run(ConsolePanelView panel)
panel - the panel
true if the action was successful, otherwise falsepublic abstract boolean complete()
true if the operation succeeds; false if it failspublic boolean isInstall()
public boolean isValidating()
protected InstallData getInstallData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||