站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

CustomInstaller (Auto Update Services) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.autoupdate.services 1.2

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.


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

Method Detail

install

boolean install(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 installation succeed
Throws:
OperationException

org.netbeans.modules.autoupdate.services 1.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.