当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
CustomUninstaller (Auto Update Services) - NetBeans API Javadoc (Current Development Version)
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.
uninstall
boolean uninstall(String codeName,
String specificationVersion,
ProgressHandle handle)
throws OperationException
- Parameters:
codeName - code name of the native componentspecificationVersion - specification version of componenthandle - ProgressHandle
- Returns:
- true if the uninstallation succeed
- Throws:
OperationException