org.netbeans.modules.autoupdate.services 1.16.1

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

Built on December 7 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.