Class LegacyUtilitiesClone
- java.lang.Object
-
- com.synopsys.integration.blackduck.bdio2.LegacyUtilitiesClone
-
public class LegacyUtilitiesClone extends java.lang.ObjectThis functionality was copied from LegacyUtilities in the blackducksoftware/bdio repo. As of 3.0.0-beta.47 the class is package private. A PR with a fix has been created: https://github.com/blackducksoftware/bdio/pull/14 // TODO: Remove this class once LegacyUtilities is made public.
-
-
Constructor Summary
Constructors Constructor Description LegacyUtilitiesClone()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringtoNameUri(java.lang.String name)Legacy formats expected the BOM name (when used) to uniquely identify the graph, this method creates a URI to use as the graph label from the BOM name.
-