org.netbeans.modules.autoupdate.services 1.16.1

org.netbeans.spi.autoupdate
Interface CustomUninstaller


public interface CustomUninstaller

The call-back interface which is called from Autoupdate infrastructure when the native component is uninstalled.


Method Summary
 boolean uninstall(String codeName, String specificationVersion, ProgressHandle handle)
           
 

Method Detail

uninstall

boolean uninstall(String codeName,
                  String specificationVersion,
                  ProgressHandle handle)
                  throws OperationException
Parameters:
codeName - code name of the native component
specificationVersion - specification version of component
handle - ProgressHandle
Returns:
true if the uninstallation succeed
Throws:
OperationException

org.netbeans.modules.autoupdate.services 1.16.1

Built on July 6 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.