Uses of Interface
org.apache.maven.api.services.BuilderProblem
Packages that use BuilderProblem
Package
Description
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
Uses of BuilderProblem in org.apache.maven.api.services
Classes in org.apache.maven.api.services with type parameters of type BuilderProblemModifier and TypeInterfaceDescriptioninterface
ProblemCollector<P extends BuilderProblem>
Collects problems that were encountered during project building.static class
ProblemCollector.Impl<P extends BuilderProblem>
Subinterfaces of BuilderProblem in org.apache.maven.api.servicesModifier and TypeInterfaceDescriptioninterface
Describes a problem that was encountered during model building.Methods in org.apache.maven.api.services with type parameters of type BuilderProblemModifier and TypeMethodDescriptionstatic <P extends BuilderProblem>
ProblemCollector<P>ProblemCollector.create
(int maxCountLimit) Creates new instance of problem collector.static <P extends BuilderProblem>
ProblemCollector<P>ProblemCollector.create
(ProtoSession protoSession) Creates new instance of problem collector.static <P extends BuilderProblem>
ProblemCollector<P>ProblemCollector.empty()
Creates "empty" problem collector.Methods in org.apache.maven.api.services that return types with arguments of type BuilderProblemModifier and TypeMethodDescriptionMavenBuilderException.getProblemCollector()
ProjectBuilderResult.getProblems()
Gets the problems that were encountered during the project building.SettingsBuilderResult.getProblems()
Gets the problems that were encountered during the settings building.ToolchainsBuilderResult.getProblems()
Gets the problems that were encountered during the settings building.default ProblemCollector<BuilderProblem>
Validate the specified settings.Validate the specified settings.Method parameters in org.apache.maven.api.services with type arguments of type BuilderProblemModifier and TypeMethodDescriptionprotected static String
MavenBuilderException.buildMessage
(String message, ProblemCollector<BuilderProblem> problems) Formats message out of problems: problems are sorted (in natural order ofBuilderProblem.Severity
) and then a list is built.Constructor parameters in org.apache.maven.api.services with type arguments of type BuilderProblemModifierConstructorDescriptionMavenBuilderException
(String message, ProblemCollector<BuilderProblem> problems) SettingsBuilderException
(String message, ProblemCollector<BuilderProblem> problems) ToolchainsBuilderException
(String message, ProblemCollector<BuilderProblem> problems) -
Uses of BuilderProblem in org.apache.maven.impl
Methods in org.apache.maven.impl that return types with arguments of type BuilderProblemModifier and TypeMethodDescriptionMethod parameters in org.apache.maven.impl with type arguments of type BuilderProblemModifier and TypeMethodDescriptionvoid
DefaultSettingsValidator.validate
(Settings settings, boolean isProjectSettings, ProblemCollector<BuilderProblem> problems) -
Uses of BuilderProblem in org.apache.maven.impl.model
Classes in org.apache.maven.impl.model that implement BuilderProblemModifier and TypeClassDescriptionclass
Describes a problem that was encountered during model building.