Class sh::actions::DontResolveLinksPredicate

class sh::actions::DontResolveLinksPredicate : public sh::actions::Predicate

Disables links resolving.

Public Functions

DontResolveLinksPredicate()
void prepare(ActionInstantiation *instantiation)

Prepares the evaluation.

bool evaluate(ActionInstantiation *instantiation)

Evaluates if the predicate is solved.

If it returns true, the evaluation proceeds and eventually succeeds. If false, it stops at this place.