org.mockcentral.editor.dialogs
Interface IMockCentralDialogInputValidator

All Known Implementing Classes:
ThrowableDefinitionValidator

public interface IMockCentralDialogInputValidator

Interface for classes used to validate user input entered in dialogs.

Author:
David Hutchinson

Method Summary
 java.util.List<NodeProblem> isValid(java.lang.Object... input)
          Returns a list of NodeProblem objects generated during validation of the supplied input.
 

Method Detail

isValid

java.util.List<NodeProblem> isValid(java.lang.Object... input)
Returns a list of NodeProblem objects generated during validation of the supplied input. If empty, the input can be assumed valid.

Parameters:
input - the user input.
Returns:
a list of NodeProblem objects generated during validation of the supplied input.