collectAllCycles(List list) Collects all the packages participating in a package dependency cycle
which originates from this package.
This is a more exhaustive search than that employed by
collectCycle.
Parameters: list - Collecting object to be populated with the list ofJavaPackage instances in a cycle.
public boolean
collectCycle(List list) Collects the packages participating in the first package dependency cycle
detected which originates from this package.
Parameters: list - Collecting object to be populated with the list ofJavaPackage instances in a cycle.
Collects all the packages participating in a package dependency cycle
which originates from this package.
This is a more exhaustive search than that employed by
collectCycle.
Parameters: list - Collecting object to be populated with the list ofJavaPackage instances in a cycle. true if a cycle exist; falseotherwise.
Collects the packages participating in the first package dependency cycle
detected which originates from this package.
Parameters: list - Collecting object to be populated with the list ofJavaPackage instances in a cycle. true if a cycle exist; falseotherwise.