|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
All the tasks performed by the installer, implements this interface.
| Method Summary | |
void |
doCancel(java.util.Properties props)
This method is called by the installer when the install operation is cancelled by the user. |
boolean |
doNext(java.util.Properties props)
This method is called by the installer when it is moved to the next task. |
void |
init(java.util.Properties props)
This method is called by the installer whenever this task is initialized. |
boolean |
isOSSupported()
Returns true if this task is supported in
the operating system currently it is running on. |
| Method Detail |
public boolean isOSSupported()
true if this task is supported in
the operating system currently it is running on.
The OS independent tasks will always return true.
public void init(java.util.Properties props)
throws InstallException
props - installer properties.InstallException. -
public boolean doNext(java.util.Properties props)
throws InstallException
props - installer properties.true to allow to move to next task. Otherwise it stays on this task.InstallException. - public void doCancel(java.util.Properties props)
props - installer properties.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||