Package org.ossreviewtoolkit.model
Object CompatibilityDependencyNavigator.Companion
-
- All Implemented Interfaces:
public class CompatibilityDependencyNavigator.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static CompatibilityDependencyNavigator.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DependencyNavigatorcreate(OrtResult ortResult)Create a DependencyNavigator that supports the given ortResult in the most efficient way. -
-
Method Detail
-
create
final DependencyNavigator create(OrtResult ortResult)
Create a DependencyNavigator that supports the given ortResult in the most efficient way. If all projects in the result use the graph format, result is a DependencyGraphNavigator; if all projects use the tree format, result is a DependencyTreeNavigator; otherwise, return a CompatibilityDependencyNavigator.
-
-
-
-