Classes and interfaces
Condition¶
Condition interface specification:
« More »
ConditionBase¶
Abstract baseclass for the task as well as several
conditions - ensures that the types of conditions inside the task
and the "container" conditions are in sync.
« More »
ConditionEnumeration¶
"Inner" class for handling enumerations.
« More »
ContainsCondition¶
Is one string part of another string?
« More »
EqualsCondition¶
A simple string comparator.
« More »
IsFalseCondition¶
Condition that tests whether a given string evals to false.
« More »
IsSetCondition¶
Condition that tests whether a given property has been set.
« More »
IsTrueCondition¶
Condition that tests whether a given string evals to true.
« More »
OsCondition¶
Condition that tests the OS type.
« More »
ReferenceExistsCondition¶
Condition that tests whether a given reference exists.
« More »