Uses of Interface
org.apache.maven.building.Problem
Packages that use Problem
-
Uses of Problem in org.apache.maven.building
Classes in org.apache.maven.building that implement ProblemModifier and TypeClassDescription(package private) class
Describes a problem that was encountered during settings building.Fields in org.apache.maven.building with type parameters of type ProblemMethods in org.apache.maven.building that return types with arguments of type ProblemModifier and TypeMethodDescriptionDefaultProblemCollector.getProblems()
ProblemCollector.getProblems()
Method parameters in org.apache.maven.building with type arguments of type ProblemModifier and TypeMethodDescriptionstatic ProblemCollector
ProblemCollectorFactory.newInstance
(List<Problem> problems) The default implementation is not visible, create it with this factoryConstructor parameters in org.apache.maven.building with type arguments of type Problem -
Uses of Problem in org.apache.maven.toolchain.building
Fields in org.apache.maven.toolchain.building with type parameters of type ProblemModifier and TypeFieldDescriptionDefaultToolchainsBuildingResult.problems
ToolchainsBuildingException.problems
Methods in org.apache.maven.toolchain.building that return types with arguments of type ProblemModifier and TypeMethodDescriptionDefaultToolchainsBuildingResult.getProblems()
ToolchainsBuildingException.getProblems()
Gets the problems that caused this exception.ToolchainsBuildingResult.getProblems()
Return a list of problems, if any.Method parameters in org.apache.maven.toolchain.building with type arguments of type ProblemConstructor parameters in org.apache.maven.toolchain.building with type arguments of type ProblemModifierConstructorDescriptionDefaultToolchainsBuildingResult
(PersistedToolchains effectiveToolchains, List<Problem> problems) Default constructorToolchainsBuildingException
(List<Problem> problems) Creates a new exception with the specified problems.