|
SAP NetWeaver 2004S SPS 10 | |||||||||
| 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(String[] listOfFiles)
This method is called upon installation of the AddOn. |
String |
toString()
Returns a short textual representation of the installer. |
void |
uninstall(String[] listOfFiles)
This method is called upon uninstallation of the AddOn. |
| Method Detail |
public void install(String[] listOfFiles)
throws Exception
listOfFiles - A list of all the absolute paths of the files that
were extracted by the AddOn mechanism
Exception - Thrown if something goes wrong during the install
process
public void uninstall(String[] listOfFiles)
throws Exception
listOfFiles - A list of all the absolute paths of the files that
were extracted by the AddOn mechanism
Exception - Thrown if something goes wrong during the uninstall
processpublic String toString()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||