org.netbeans.modules.autoupdate.services 1.26.1

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.26.1

Built on October 11 2012.  |  Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.