Uses of Interface
org.apache.maven.api.services.BuilderProblem
Package
Description
-
Uses of BuilderProblem in org.apache.maven.api.services
Modifier and TypeInterfaceDescriptioninterface
Describes a problem that was encountered during model building.Modifier 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.ModifierConstructorDescriptionSettingsBuilderException
(String message, List<BuilderProblem> problems) ToolchainsBuilderException
(String message, List<BuilderProblem> problems) -
Uses of BuilderProblem in org.apache.maven.internal.impl
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
DefaultSettingsValidator.validate
(Settings settings, boolean isProjectSettings, List<BuilderProblem> problems) -
Uses of BuilderProblem in org.apache.maven.internal.impl.model
Modifier and TypeClassDescriptionclass
Describes a problem that was encountered during model building.