Uses of Interface
org.apache.maven.building.Problem
-
Packages that use Problem Package Description org.apache.maven.building org.apache.maven.toolchain.building -
-
Uses of Problem in org.apache.maven.building
Classes in org.apache.maven.building that implement Problem Modifier and Type Class Description (package private) class
DefaultProblem
Describes a problem that was encountered during settings building.Fields in org.apache.maven.building with type parameters of type Problem Modifier and Type Field Description private java.util.List<Problem>
DefaultProblemCollector. problems
Methods in org.apache.maven.building that return types with arguments of type Problem Modifier and Type Method Description java.util.List<Problem>
DefaultProblemCollector. getProblems()
java.util.List<Problem>
ProblemCollector. getProblems()
Method parameters in org.apache.maven.building with type arguments of type Problem Modifier and Type Method Description static ProblemCollector
ProblemCollectorFactory. newInstance(java.util.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 Constructor Description DefaultProblemCollector(java.util.List<Problem> problems)
-
Uses of Problem in org.apache.maven.toolchain.building
Fields in org.apache.maven.toolchain.building with type parameters of type Problem Modifier and Type Field Description private java.util.List<Problem>
DefaultToolchainsBuildingResult. problems
private java.util.List<Problem>
ToolchainsBuildingException. problems
Methods in org.apache.maven.toolchain.building that return types with arguments of type Problem Modifier and Type Method Description java.util.List<Problem>
DefaultToolchainsBuildingResult. getProblems()
java.util.List<Problem>
ToolchainsBuildingException. getProblems()
Gets the problems that caused this exception.java.util.List<Problem>
ToolchainsBuildingResult. getProblems()
Return a list of problems, if any.Method parameters in org.apache.maven.toolchain.building with type arguments of type Problem Modifier and Type Method Description private boolean
DefaultToolchainsBuilder. hasErrors(java.util.List<Problem> problems)
private static java.lang.String
ToolchainsBuildingException. toMessage(java.util.List<Problem> problems)
Constructor parameters in org.apache.maven.toolchain.building with type arguments of type Problem Constructor Description DefaultToolchainsBuildingResult(PersistedToolchains effectiveToolchains, java.util.List<Problem> problems)
Default constructorToolchainsBuildingException(java.util.List<Problem> problems)
Creates a new exception with the specified problems.
-