Serialized Form

  • Package com.github.packageurl

    • Exception Class com.github.packageurl.MalformedPackageURLException

      class MalformedPackageURLException extends Exception implements Serializable
      serialVersionUID:
      1095476478991047663L
    • Class com.github.packageurl.PackageURL

      class PackageURL extends Object implements Serializable
      serialVersionUID:
      3243226021636427586L
      • Serialized Fields

        • name
          String name
          The name of the package. Required.
        • namespace
          String namespace
          The name prefix such as a Maven groupid, a Docker image owner, a GitHub user or organization. Optional and type-specific.
        • qualifiers
          Map<String,String> qualifiers
          Extra qualifying data for a package such as an OS, architecture, a distro, etc. Optional and type-specific.
        • scheme
          String scheme
          The PackageURL scheme constant
        • subpath
          String subpath
          Extra subpath within a package, relative to the package root. Optional.
        • type
          String type
          The package "type" or package "protocol" such as maven, npm, nuget, gem, pypi, etc. Required.
        • version
          String version
          The version of the package. Optional.