org.netbeans.modules.autoupdate.services 1.20.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.20.1

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