PackageSummary

Details about a package, including its format, namespace, and name.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format of the package.

Link copied to clipboard

The namespace of the package. The package component that specifies its namespace depends on its type. For example:

Link copied to clipboard

A PackageOriginConfiguration object that contains a PackageOriginRestrictions object that contains information about the upstream and publish package origin restrictions.

Link copied to clipboard

The name of the package.

Functions

Link copied to clipboard
inline fun copy(block: PackageSummary.Builder.() -> Unit = {}): PackageSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String