org.netbeans.modules.autoupdate.services 1.20.1

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

java.lang.Object
  extended by 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


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

Method Detail

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

org.netbeans.modules.autoupdate.services 1.20.1

Built on February 9 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.