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()
Deprecated.ToolchainsBuildingException.getProblems()
Deprecated.Gets the problems that caused this exception.ToolchainsBuildingResult.getProblems()
Deprecated.Return a list of problems, if any.ModifierConstructorDescriptionDefaultToolchainsBuildingResult
(PersistedToolchains effectiveToolchains, List<Problem> problems) Deprecated.Default constructorToolchainsBuildingException
(List<Problem> problems) Deprecated.Creates a new exception with the specified problems.