Package org.apache.maven.building
Class ProblemCollectorFactory
java.lang.Object
org.apache.maven.building.ProblemCollectorFactory
- Since:
 - 3.3.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ProblemCollectornewInstance(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
 
 
 -