Skip navigation links
A B C D G M N P R S T W 

A

aPackageURL() - Static method in class com.github.packageurl.PackageURLBuilder
Obtain a reference to a new builder object.

B

BITBUCKET - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 
build() - Method in class com.github.packageurl.PackageURLBuilder
Builds the new PackageURL object.

C

canonicalize() - Method in class com.github.packageurl.PackageURL
Returns the canonicalized representation of the purl.
com.github.packageurl - package com.github.packageurl
Java implementation of the Package-URL Specification.
COMPOSER - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 

D

DEBIAN - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 
DOCKER - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 

G

GEM - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 
GENERIC - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 
getName() - Method in class com.github.packageurl.PackageURL
Returns the name of the package.
getNamespace() - Method in class com.github.packageurl.PackageURL
Returns the name prefix such as a Maven groupid, a Docker image owner, a GitHub user or organization.
getQualifiers() - Method in class com.github.packageurl.PackageURL
Returns extra qualifying data for a package such as an OS, architecture, a distro, etc.
getScheme() - Method in class com.github.packageurl.PackageURL
Returns the package url scheme.
getSubpath() - Method in class com.github.packageurl.PackageURL
Returns extra subpath within a package, relative to the package root.
getType() - Method in class com.github.packageurl.PackageURL
Returns the package "type" or package "protocol" such as maven, npm, nuget, gem, pypi, etc.
getVersion() - Method in class com.github.packageurl.PackageURL
Returns the version of the package.
GITHUB - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 
GOLANG - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 

M

MalformedPackageURLException - Exception in com.github.packageurl
Exception class intended to be used for PackageURL parsing exceptions.
MalformedPackageURLException() - Constructor for exception com.github.packageurl.MalformedPackageURLException
Constructs a MalformedPackageURLException with no detail message.
MalformedPackageURLException(String) - Constructor for exception com.github.packageurl.MalformedPackageURLException
Constructs a MalformedPackageURLException with the specified detail message.
MAVEN - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 

N

NPM - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 
NUGET - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 

P

PackageURL - Class in com.github.packageurl
Package-URL (aka purl) is a "mostly universal" URL to describe a package.
PackageURL(String) - Constructor for class com.github.packageurl.PackageURL
Constructs a new PackageURL object by parsing the specified string.
PackageURL(String, String) - Constructor for class com.github.packageurl.PackageURL
Constructs a new PackageURL object by specifying only the required parameters necessary to create a valid PackageURL.
PackageURL(String, String, String, String, TreeMap<String, String>, String) - Constructor for class com.github.packageurl.PackageURL
Constructs a new PackageURL object.
PackageURL.StandardTypes - Class in com.github.packageurl
Convenience constants that defines common Package-URL 'type's.
PackageURLBuilder - Class in com.github.packageurl
A builder construct for Package-URL objects.
PYPI - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 

R

RPM - Static variable in class com.github.packageurl.PackageURL.StandardTypes
 

S

StandardTypes() - Constructor for class com.github.packageurl.PackageURL.StandardTypes
 

T

toString() - Method in class com.github.packageurl.PackageURL
Returns the canonicalized representation of the purl.

W

withName(String) - Method in class com.github.packageurl.PackageURLBuilder
Adds the package name.
withNamespace(String) - Method in class com.github.packageurl.PackageURLBuilder
Adds the package namespace.
withQualifier(String, String) - Method in class com.github.packageurl.PackageURLBuilder
Adds a package qualifier.
withSubpath(String) - Method in class com.github.packageurl.PackageURLBuilder
Adds the package subpath.
withType(String) - Method in class com.github.packageurl.PackageURLBuilder
Adds the package URL type.
withVersion(String) - Method in class com.github.packageurl.PackageURLBuilder
Adds the package version.
A B C D G M N P R S T W 
Skip navigation links

Copyright © 2017–2019. All rights reserved.