|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelProblem.Version | |
---|---|
org.apache.maven.model.building |
Uses of ModelProblem.Version in org.apache.maven.model.building |
---|
Methods in org.apache.maven.model.building that return ModelProblem.Version | |
---|---|
ModelProblem.Version |
ModelProblem.getVersion()
Gets the applicable maven version/validation level of this problem |
ModelProblem.Version |
ModelProblemCollectorRequest.getVersion()
|
ModelProblem.Version |
DefaultModelProblem.getVersion()
|
static ModelProblem.Version |
ModelProblem.Version.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ModelProblem.Version[] |
ModelProblem.Version.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.apache.maven.model.building with parameters of type ModelProblem.Version | |
---|---|
DefaultModelProblem(String message,
ModelProblem.Severity severity,
ModelProblem.Version version,
Model source,
int lineNumber,
int columnNumber,
Exception exception)
Creates a new problem with the specified message and exception. |
|
DefaultModelProblem(String message,
ModelProblem.Severity severity,
ModelProblem.Version version,
String source,
int lineNumber,
int columnNumber,
String modelId,
Exception exception)
Creates a new problem with the specified message and exception. |
|
ModelProblemCollectorRequest(ModelProblem.Severity severity,
ModelProblem.Version version)
Create a new request with mandatory parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |