public final class PackageSorter extends 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(List modules)
Sorts the given list of package states.
|
public static void sort(List modules)
modules
- the list of modules.Copyright © 2001–2018 JFree.org. All rights reserved.