Package org.apache.maven.building
Class ProblemCollectorFactory
java.lang.Object
org.apache.maven.building.ProblemCollectorFactory
- Since:
- 3.3.0
- Author:
- Robert Scholte
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProblemCollector
newInstance
(List<Problem> problems) The default implementation is not visible, create it with this factory
-
Constructor Details
-
ProblemCollectorFactory
public ProblemCollectorFactory()
-
-
Method Details
-
newInstance
The default implementation is not visible, create it with this factory- Parameters:
problems
- starting set of problems, may benull
- Returns:
- a new instance of a ProblemCollector
-