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) classDefaultProblemDescribes 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. problemsMethods 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 ProblemCollectorProblemCollectorFactory. 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. problemsprivate java.util.List<Problem>ToolchainsBuildingException. problemsMethods 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 booleanDefaultToolchainsBuilder. hasErrors(java.util.List<Problem> problems)private static java.lang.StringToolchainsBuildingException. 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.
-