Uses of Class
de.hybris.bootstrap.util.RequirementSolverException
Packages that use RequirementSolverException
-
Uses of RequirementSolverException in de.hybris.bootstrap.util
Methods in de.hybris.bootstrap.util that throw RequirementSolverExceptionModifier and TypeMethodDescriptionstatic <T extends RequirementHolder>
List<T>RequirementSolver.solve(Collection<T> elements) Sorts the given list of requirements in a manner that honors the given relationships.static List<List<? extends RequirementHolder>>RequirementSolver.solveParallel(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..