Package edu.suffolk.litlab.efsp.utils
Class FailFastCollector
java.lang.Object
edu.suffolk.litlab.efsp.utils.InfoCollector
edu.suffolk.litlab.efsp.utils.FailFastCollector
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.suffolk.litlab.efsp.utils.InfoCollector
InfoCollector.Dep
-
Field Summary
Fields inherited from class edu.suffolk.litlab.efsp.utils.InfoCollector
err, optionalVars, requiredVars, variableAttributes, wrongVars
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
finished()
Says if the Info collector is finished with the current unit of information and should break control flow and return.Methods inherited from class edu.suffolk.litlab.efsp.utils.InfoCollector
addOptional, addRequired, addWrong, error, getOptional, getRequired, getWrong, hasError, jsonSummary, okToSubmit, popAttributeStack, pushAttributeStack, requestVar, requestVar
-
Constructor Details
-
FailFastCollector
public FailFastCollector()
-
-
Method Details
-
finished
public boolean finished()Description copied from class:InfoCollector
Says if the Info collector is finished with the current unit of information and should break control flow and return.- Specified by:
finished
in classInfoCollector
-