Package org.apache.maven.building
Class ProblemCollectorFactory
java.lang.Object
org.apache.maven.building.ProblemCollectorFactory
Deprecated.
- Since:
- 3.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProblemCollector
newInstance
(List<Problem> problems) Deprecated.The default implementation is not visible, create it with this factory
-
Constructor Details
-
ProblemCollectorFactory
public ProblemCollectorFactory()Deprecated.
-
-
Method Details
-
newInstance
Deprecated.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
-
org.apache.maven.api.services
instead