Package org.apache.maven.model.building
Class ModelProblemCollectorRequest
java.lang.Object
org.apache.maven.model.building.ModelProblemCollectorRequest
Deprecated.
Class to wrap request parameters to ModelProblemCollector.addProblem
-
Constructor Summary
ConstructorDescriptionModelProblemCollectorRequest
(ModelProblem.Severity severity, ModelProblem.Version version) Deprecated.Create a new request with mandatory parameters. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.setException
(Exception exception) Deprecated.setLocation
(InputLocation location) Deprecated.setMessage
(String message) Deprecated.
-
Constructor Details
-
ModelProblemCollectorRequest
Deprecated.Create a new request with mandatory parameters.- Parameters:
severity
-version
-
-
-
Method Details
-
getSeverity
Deprecated. -
getVersion
Deprecated. -
getException
Deprecated. -
setException
Deprecated. -
getMessage
Deprecated. -
setMessage
Deprecated. -
getLocation
Deprecated. -
setLocation
Deprecated.
-
ModelBuilder
instead