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 TypeInterfaceDescriptioninterface
Describes a problem that was encountered during model building.Methods in org.apache.maven.api.services that return types with arguments of type BuilderProblemModifier and TypeMethodDescriptionProjectBuilderResult.getProblems()
Gets the problems that were encountered during the project building.SettingsBuilderException.getProblems()
SettingsBuilderResult.getProblems()
Gets the problems that were encountered during the settings building.ToolchainsBuilderException.getProblems()
ToolchainsBuilderResult.getProblems()
Gets the problems that were encountered during the settings building.default List
<BuilderProblem> Validate the specified settings.Validate the specified settings.Constructor parameters in org.apache.maven.api.services with type arguments of type BuilderProblemModifierConstructorDescriptionSettingsBuilderException
(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 TypeMethodDescriptionvoid
DefaultSettingsValidator.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 TypeClassDescriptionclass
Describes a problem that was encountered during model building.