public class Distribution extends Object
| Constructor and Description |
|---|
Distribution(Version version,
PackageType packageType,
LicenseType licenseType) |
| Modifier and Type | Method and Description |
|---|---|
DistributionController |
createDistributionController() |
static Distribution |
distribution(Version version,
PackageType packageType,
LicenseType licenseType) |
boolean |
equals(Object o) |
LicenseType |
getLicenseType() |
PackageType |
getPackageType() |
Version |
getVersion() |
int |
hashCode() |
String |
toString() |
public Distribution(Version version, PackageType packageType, LicenseType licenseType)
public static Distribution distribution(Version version, PackageType packageType, LicenseType licenseType)
public Version getVersion()
public PackageType getPackageType()
public LicenseType getLicenseType()
public DistributionController createDistributionController()
Copyright © 2021. All rights reserved.