Package org.ossreviewtoolkit.model.utils
Object DefaultResolutionProvider.Companion
-
- All Implemented Interfaces:
public class DefaultResolutionProvider.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static DefaultResolutionProvider.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DefaultResolutionProvidercreate(OrtResult ortResult, File resolutionsFile)Create a DefaultResolutionProvider and add the resolutions from the ortResult and the resolutionsFile. -
-
Method Detail
-
create
final DefaultResolutionProvider create(OrtResult ortResult, File resolutionsFile)
Create a DefaultResolutionProvider and add the resolutions from the ortResult and the resolutionsFile.
-
-
-
-