org.netbeans.api.autoupdate
Class OperationContainer.OperationInfo<Support>
java.lang.Object
org.netbeans.api.autoupdate.OperationContainer.OperationInfo<Support>
- Enclosing class:
- OperationContainer<Support>
public static final class OperationContainer.OperationInfo<Support>
- extends Object
Provides additional information
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getUpdateElement
public UpdateElement getUpdateElement()
getUpdateUnit
public UpdateUnit getUpdateUnit()
getRequiredElements
public Set<UpdateElement> getRequiredElements()
- Returns:
- all requiered elements. Each of them represented by instance of
UpdateElement
getBrokenDependencies
public Set<String> getBrokenDependencies()
- Returns:
- all broken dependencies. Each of them represented by the code name of the module
- See Also:
ModuleInfo#getCodeNameBase()