Uses of Interface
org.apache.maven.building.Problem
-
Uses of Problem in org.apache.maven.building
Modifier and TypeMethodDescriptionstatic ProblemCollector
ProblemCollectorFactory.newInstance
(List<Problem> problems) The default implementation is not visible, create it with this factory -
Uses of Problem in org.apache.maven.toolchain.building
Modifier and TypeMethodDescriptionDefaultToolchainsBuildingResult.getProblems()
ToolchainsBuildingException.getProblems()
Gets the problems that caused this exception.ToolchainsBuildingResult.getProblems()
Return a list of problems, if any.ModifierConstructorDescriptionDefaultToolchainsBuildingResult
(PersistedToolchains effectiveToolchains, List<Problem> problems) Default constructorToolchainsBuildingException
(List<Problem> problems) Creates a new exception with the specified problems.