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

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

org.netbeans.modules.autoupdate.services 1.2

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

java.lang.Object
  extended by org.netbeans.api.autoupdate.OperationContainer.OperationInfo<Support>
Enclosing class:
OperationContainer<Support>

public static final class OperationContainer.OperationInfo<Support>
extends Object


Method Summary
 Set<String> getBrokenDependencies()
           
 Set<UpdateElement> getRequiredElements()
           
 UpdateElement getUpdateElement()
           
 UpdateUnit getUpdateUnit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUpdateElement

public UpdateElement getUpdateElement()

getUpdateUnit

public UpdateUnit getUpdateUnit()

getRequiredElements

public Set<UpdateElement> getRequiredElements()

getBrokenDependencies

public Set<String> getBrokenDependencies()

org.netbeans.modules.autoupdate.services 1.2

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