Class NuGetUtilsKt
-
- All Implemented Interfaces:
public final class NuGetUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static IdentifiergetIdentifierWithNamespace(String type, String name, String version)Deduce an Identifier that has a namespace from the conventional NuGet package name, using the given type and version as-is. -
-
Method Detail
-
getIdentifierWithNamespace
final static Identifier getIdentifierWithNamespace(String type, String name, String version)
Deduce an Identifier that has a namespace from the conventional NuGet package name, using the given type and version as-is. This function can be useful for third-party tools that use ORT as a library to be able to reproduce a NuGet package Identifier, e.g. to use it as part of curations.
-
-
-
-