|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Delta
A Delta represents the differences from one version of a module to another. It holds a set of Tasks and should provide a description of what it does.
Method Summary | |
---|---|
List<Condition> |
getConditions()
Returns the list of Conditions which have to be checked before this Delta's Tasks can be executed. |
String |
getDescription()
|
List<Task> |
getTasks()
Should not return a read-only List, as the version handler might add tasks as appropriate. |
DeltaType |
getType()
|
Version |
getVersion()
Returns the version number for which this Delta is needed. |
Method Detail |
---|
Version getVersion()
List<Condition> getConditions()
List<Task> getTasks()
String getDescription()
DeltaType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |