public class SimpleProblemCollector extends Object implements ModelProblemCollector
Constructor and Description |
---|
SimpleProblemCollector() |
SimpleProblemCollector(Model model) |
Modifier and Type | Method and Description |
---|---|
void |
add(ModelProblemCollectorRequest req) |
List<String> |
getErrors() |
List<String> |
getFatals() |
Model |
getModel() |
List<String> |
getWarnings() |
public SimpleProblemCollector()
public SimpleProblemCollector(Model model)
public Model getModel()
public void add(ModelProblemCollectorRequest req)
add
in interface ModelProblemCollector
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.