- GEM - Static variable in class com.github.packageurl.PackageURL.StandardTypes
-
- GENERIC - Static variable in class com.github.packageurl.PackageURL.StandardTypes
-
- getCoordinates() - Method in class com.github.packageurl.PackageURL
-
Returns only the canonicalized coordinates of the Package URL which includes the type, namespace, name,
and version, and which omits the qualifier and subpath.
- getName() - Method in class com.github.packageurl.PackageURL
-
Returns the name of the package.
- getName() - Method in class com.github.packageurl.PackageURLBuilder
-
Returns current name value set in the builder.
- 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.
- getNamespace() - Method in class com.github.packageurl.PackageURLBuilder
-
Returns current namespace value set in the builder.
- getQualifier(String) - Method in class com.github.packageurl.PackageURLBuilder
-
Returns a currently set qualifier value set in the builder for the specified key.
- getQualifiers() - Method in class com.github.packageurl.PackageURL
-
Returns extra qualifying data for a package such as an OS, architecture, a distro, etc.
- getQualifiers() - Method in class com.github.packageurl.PackageURLBuilder
-
Returns sorted map containing all qualifiers set in this builder.
- 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.
- getSubpath() - Method in class com.github.packageurl.PackageURLBuilder
-
Returns current subpath value set in the builder.
- getType() - Method in class com.github.packageurl.PackageURL
-
Returns the package "type" or package "protocol" such as maven, npm, nuget, gem, pypi, etc.
- getType() - Method in class com.github.packageurl.PackageURLBuilder
-
Returns current type value set in the builder.
- getVersion() - Method in class com.github.packageurl.PackageURL
-
Returns the version of the package.
- getVersion() - Method in class com.github.packageurl.PackageURLBuilder
-
Returns current version value set in the builder.
- GITHUB - Static variable in class com.github.packageurl.PackageURL.StandardTypes
-
- GOLANG - Static variable in class com.github.packageurl.PackageURL.StandardTypes
-