当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
OperationContainer (Auto Update Services) - NetBeans API Javadoc (Current Development Version)
org.netbeans.api.autoupdate
Class OperationContainer<Support>
java.lang.Object
org.netbeans.api.autoupdate.OperationContainer<Support>
public final class OperationContainer<Support>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()