Uses of Enum
org.apache.maven.building.Problem.Severity
Packages that use Problem.Severity
-
Uses of Problem.Severity in org.apache.maven.building
Fields in org.apache.maven.building declared as Problem.SeverityMethods in org.apache.maven.building that return Problem.SeverityModifier and TypeMethodDescriptionDefaultProblem.getSeverity()
Problem.getSeverity()
Gets the severity level of this problem.static Problem.Severity
Returns the enum constant of this type with the specified name.static Problem.Severity[]
Problem.Severity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.building with parameters of type Problem.SeverityModifier and TypeMethodDescriptionvoid
DefaultProblemCollector.add
(Problem.Severity severity, String message, int line, int column, Exception cause) void
ProblemCollector.add
(Problem.Severity severity, String message, int line, int column, Exception cause) Adds the specified problem.Constructors in org.apache.maven.building with parameters of type Problem.SeverityModifierConstructorDescription(package private)
DefaultProblem
(String message, Problem.Severity severity, String source, int lineNumber, int columnNumber, Exception exception) Creates a new problem with the specified message and exception.