Class LegacyUtilitiesClone


  • public class LegacyUtilitiesClone
    extends java.lang.Object
    This 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.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toNameUri​(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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LegacyUtilitiesClone

        public LegacyUtilitiesClone()
    • Method Detail

      • toNameUri

        public static java.lang.String toNameUri​(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.