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

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

org.netbeans.modules.autoupdate.services 1.2

org.netbeans.spi.autoupdate
Class UpdateLicense

java.lang.Object
  extended by org.netbeans.spi.autoupdate.UpdateLicense

public final class UpdateLicense
extends Object

Represents License Agreement for usage in Autoupdate infrastructure.


Method Summary
static UpdateLicense createUpdateLicense(String licenseName, String agreement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createUpdateLicense

public static final UpdateLicense createUpdateLicense(String licenseName,
                                                      String agreement)
Parameters:
licenseName - name of license
agreement - text of license agreement
Returns:
UpdateLicense

org.netbeans.modules.autoupdate.services 1.2

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