Class GHSBOM.ExternalRef

java.lang.Object
org.kohsuke.github.GHSBOM.ExternalRef
Enclosing class:
GHSBOM

public static class GHSBOM.ExternalRef extends Object
Represents an external reference for a package.
  • Constructor Details

    • ExternalRef

      public ExternalRef()
      Create default ExternalRef instance.
  • Method Details

    • getReferenceCategory

      public String getReferenceCategory()
      Gets the reference category.
      Returns:
      the reference category (e.g., "PACKAGE-MANAGER")
    • getReferenceLocator

      public String getReferenceLocator()
      Gets the reference locator.
      Returns:
      the reference locator in PURL format
    • getReferenceType

      public String getReferenceType()
      Gets the reference type.
      Returns:
      the reference type (e.g., "purl")