Uses of Interface
org.apache.maven.api.services.BuilderProblem
Packages that use BuilderProblem
Package
Description
-
Uses of BuilderProblem in org.apache.maven.api.services
Subinterfaces of BuilderProblem in org.apache.maven.api.servicesModifier and TypeInterfaceDescriptioninterfaceDescribes a problem that was encountered during model building.Methods in org.apache.maven.api.services that return types with arguments of type BuilderProblemModifier and TypeMethodDescriptionMavenBuilderException.getProblems()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 List<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 StringMavenBuilderException.buildMessage(String message, List<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, List<BuilderProblem> problems) SettingsBuilderException(String message, List<BuilderProblem> problems) ToolchainsBuilderException(String message, List<BuilderProblem> problems) -
Uses of BuilderProblem in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return types with arguments of type BuilderProblemModifier and TypeMethodDescriptionMethod parameters in org.apache.maven.internal.impl with type arguments of type BuilderProblemModifier and TypeMethodDescriptionvoidDefaultSettingsValidator.validate(Settings settings, boolean isProjectSettings, List<BuilderProblem> problems) -
Uses of BuilderProblem in org.apache.maven.internal.impl.model
Classes in org.apache.maven.internal.impl.model that implement BuilderProblemModifier and TypeClassDescriptionclassDescribes a problem that was encountered during model building.