Uses of Class
de.hybris.bootstrap.util.RequirementSolverException
-
Packages that use RequirementSolverException Package Description de.hybris.bootstrap.util -
-
Uses of RequirementSolverException in de.hybris.bootstrap.util
Methods in de.hybris.bootstrap.util that throw RequirementSolverException Modifier and Type Method Description static <T extends RequirementHolder>
java.util.List<T>RequirementSolver. solve(java.util.Collection<T> elements)Sorts the given list of requirements in a manner that honors the given relationships.static java.util.List<java.util.List<? extends RequirementHolder>>RequirementSolver. solveParallel(java.util.Collection<? extends RequirementHolder> elements)return a list of list's with tasks that contains either one RequirementHolder or multiple one's, if they can be processed together at a time (which means they have no dependencies between each other) This can be used for parallel computing..
-