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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Exception
Deprecated.private InputLocation
Deprecated.private String
Deprecated.private final ModelProblem.Severity
Deprecated.private final ModelProblem.Version
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionModelProblemCollectorRequest
(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.
-
Field Details
-
severity
Deprecated. -
version
Deprecated. -
exception
Deprecated. -
message
Deprecated. -
location
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