|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This Interface has to be implemented by every AddOn that wants to take over installation tasks itself.
| Method Summary | |
void |
install(java.lang.String[] listOfFiles)
This method is called upon installation of the AddOn. |
java.lang.String |
toString()
Returns a short textual representation of the installer. |
void |
uninstall(java.lang.String[] listOfFiles)
This method is called upon uninstallation of the AddOn. |
| Method Detail |
public void install(java.lang.String[] listOfFiles)
throws java.lang.Exception
listOfFiles - A list of all the absolute paths of the files that
were extracted by the AddOn mechanism
java.lang.Exception - Thrown if something goes wrong during the install
process
public void uninstall(java.lang.String[] listOfFiles)
throws java.lang.Exception
listOfFiles - A list of all the absolute paths of the files that
were extracted by the AddOn mechanism
java.lang.Exception - Thrown if something goes wrong during the uninstall
processpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||