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