当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
CustomInstaller (Auto Update Services) - NetBeans API Javadoc (Current Development Version)
org.netbeans.spi.autoupdate
Interface CustomInstaller
public interface CustomInstaller
The call-back interface which is called from Autoupdate infrastructure when
the native component is installed.
install
boolean install(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 installation succeed
- Throws:
OperationException