public final class PackageSorter
extends java.lang.Object
When sorting, we match this modules position against all dependent modules until all positions are stable. Circular references are evil and are filtered during the module loading process in the package manager.
Modifier and Type | Method and Description |
---|---|
static void |
sort(java.util.List modules)
Sorts the given list of package states.
|