Uses of Class
org.praxislive.purl.PackageURL.Builder
-
Uses of PackageURL.Builder in org.praxislive.purl
Methods in org.praxislive.purl that return PackageURL.BuilderModifier and TypeMethodDescriptionstatic PackageURL.BuilderPackageURL.builder()Get a builder for creating a PackageURL from elements.Adds the package name.PackageURL.Builder.withNamespace(String namespace) Adds the package namespace.PackageURL.Builder.withQualifier(String key, String value) Adds a package qualifier.PackageURL.Builder.withSubpath(String subpath) Adds the package subpath.Adds the package URL type.PackageURL.Builder.withVersion(String version) Adds the package version.