Class FailFastCollector
java.lang.Object
edu.suffolk.litlab.efspserver.services.InfoCollector
edu.suffolk.litlab.efspserver.services.FailFastCollector
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.suffolk.litlab.efspserver.services.InfoCollector
InfoCollector.Dep
-
Field Summary
Fields inherited from class edu.suffolk.litlab.efspserver.services.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.efspserver.services.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
-