Uses of Interface
org.apache.maven.building.Problem
Packages that use Problem
-
Uses of Problem in org.apache.maven.building
Methods in org.apache.maven.building that return types with arguments of type ProblemMethod 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 factory -
Uses of Problem in org.apache.maven.toolchain.building
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.Constructor 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.