<feature> <install-handler>
) sisällyttämättä käsittelytoiminnon koodin kopiota osaksi ladattavaa tuoteominaisuutta.
<!ELEMENT extension (install-handler+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT install-handler EMPTY>
<!ATTLIST install-handler
class CDATA #REQUIRED>
<extension id=
"custom"
point=
"org.eclipse.update.core.installHandlers"
name=
"Custom install handler"
>
<install-handler class=
"com.xyz.update.CustomInstallHandler"
>
</install-handler>
</extension>
org.eclipse.update.core.IInstallHandler
.
Toteutustoimintojen olisi laajennettava kantaluokkaa org.eclipse.update.core.BaseInstallHandler
.
org.eclipse.update.core.DefaultInstallHandler
. Jos sitä käytetään, se kopioi tuoteominaisuuden kanssa toimitetut mahdolliset muut kuin lisäosasta peräisin olevat tiedot tuoteominaisuuden asennushakemistoon.
Copyright (c) 2004 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html