in class Turbine
public static RunData getRunData()

In certain situations it's a problem that no rundata information is
available. For example in Intake's doAssertValidity() method that is used
for custom validators to process the validation. The mehod is called before
the action-method is called and therefore it's possible to pass information
to the object before the validation is done.
Since DefaultValidator doesn't contain runtime infos either certain
validation tasks are impossible to realize.
Therefore a static accessor to get the current RunData would be beneficial.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to