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

Uses of Class org.netbeans.api.autoupdate.UpdateUnitProvider (Auto Update Services) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.autoupdate.services 1.2

Uses of Class
org.netbeans.api.autoupdate.UpdateUnitProvider

Packages that use UpdateUnitProvider
org.netbeans.api.autoupdate Services for searching, downloading and installing NBM with new functionality or updates of installed modules. 
 

Uses of UpdateUnitProvider in org.netbeans.api.autoupdate
 

Methods in org.netbeans.api.autoupdate that return UpdateUnitProvider
 UpdateUnitProvider UpdateUnitProviderFactory.create(String name, File... files)
          Creates new UpdateUnitProvider for temporary usage.
 UpdateUnitProvider UpdateUnitProviderFactory.create(String name, String displayName, URL url)
          Creates new UpdateUnitProvider and store its preferences.
 

Methods in org.netbeans.api.autoupdate that return types with arguments of type UpdateUnitProvider
 List<UpdateUnitProvider> UpdateUnitProviderFactory.getUpdateUnitProviders(boolean onlyEnabled)
          Returns java.util.List of UpdateUnitProvider.
 

Methods in org.netbeans.api.autoupdate with parameters of type UpdateUnitProvider
 void UpdateUnitProviderFactory.remove(UpdateUnitProvider unitProvider)
          Removes the UpdateUnitProvider from the infrastucture.
 


org.netbeans.modules.autoupdate.services 1.2

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