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

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

org.netbeans.modules.autoupdate.services 1.2

org.netbeans.api.autoupdate
Class OperationContainer<Support>

java.lang.Object
  extended by org.netbeans.api.autoupdate.OperationContainer<Support>

public final class OperationContainer<Support>
extends Object


Nested Class Summary
static class OperationContainer.OperationInfo<Support>
           
 
Method Summary
 void add(Collection<UpdateElement> elems)
           
 void add(Map<UpdateUnit,UpdateElement> elems)
           
 OperationContainer.OperationInfo<Support> add(UpdateElement updateElement)
           
 OperationContainer.OperationInfo<Support> add(UpdateUnit updateUnit, UpdateElement updateElement)
           
 boolean canBeAdded(UpdateUnit updateUnit, UpdateElement updateElement)
           
 boolean contains(UpdateElement updateElement)
           
static OperationContainer<OperationSupport> createForDirectInstall()
           
static OperationContainer<OperationSupport> createForDirectUpdate()
           
static OperationContainer<OperationSupport> createForDisable()
           
static OperationContainer<OperationSupport> createForEnable()
           
static OperationContainer<InstallSupport> createForInstall()
           
static OperationContainer<OperationSupport> createForInstallNativeComponent()
           
static OperationContainer<OperationSupport> createForUninstall()
           
static OperationContainer<InstallSupport> createForUpdate()
           
 Support getSupport()
           
 List<OperationContainer.OperationInfo<Support>> listAll()
           
 List<OperationContainer.OperationInfo<Support>> listInvalid()
           
 void remove(Collection<UpdateElement> elems)
           
 void remove(OperationContainer.OperationInfo<Support> op)
           
 boolean remove(UpdateElement updateElement)
           
 void removeAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createForInstall

public static OperationContainer<InstallSupport> createForInstall()

createForDirectInstall

public static OperationContainer<OperationSupport> createForDirectInstall()

createForUpdate

public static OperationContainer<InstallSupport> createForUpdate()

createForDirectUpdate

public static OperationContainer<OperationSupport> createForDirectUpdate()

createForUninstall

public static OperationContainer<OperationSupport> createForUninstall()

createForEnable

public static OperationContainer<OperationSupport> createForEnable()

createForDisable

public static OperationContainer<OperationSupport> createForDisable()

createForInstallNativeComponent

public static OperationContainer<OperationSupport> createForInstallNativeComponent()

getSupport

public Support getSupport()

canBeAdded

public boolean canBeAdded(UpdateUnit updateUnit,
                          UpdateElement updateElement)

add

public void add(Collection<UpdateElement> elems)

add

public void add(Map<UpdateUnit,UpdateElement> elems)

add

public OperationContainer.OperationInfo<Support> add(UpdateUnit updateUnit,
                                                     UpdateElement updateElement)

add

public OperationContainer.OperationInfo<Support> add(UpdateElement updateElement)

remove

public void remove(Collection<UpdateElement> elems)

remove

public boolean remove(UpdateElement updateElement)

contains

public boolean contains(UpdateElement updateElement)

listAll

public List<OperationContainer.OperationInfo<Support>> listAll()

listInvalid

public List<OperationContainer.OperationInfo<Support>> listInvalid()

remove

public void remove(OperationContainer.OperationInfo<Support> op)

removeAll

public void removeAll()

org.netbeans.modules.autoupdate.services 1.2

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