org.netbeans.api.autoupdate
Class OperationContainer.OperationInfo<Support>
java.lang.Object
org.netbeans.api.autoupdate.OperationContainer.OperationInfo<Support>
- Type Parameters:
Support
- the type of support for performing chosen operation like
- Enclosing class:
- OperationContainer<Support>
public static final class OperationContainer.OperationInfo<Support>
- extends Object
Provides additional information
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()
toString
public String toString()
- Overrides:
toString
in class Object