Uses of Class
org.terracotta.angela.common.topology.PackageType
-
Packages that use PackageType Package Description org.terracotta.angela.common.distribution org.terracotta.angela.common.topology -
-
Uses of PackageType in org.terracotta.angela.common.distribution
Methods in org.terracotta.angela.common.distribution that return PackageType Modifier and Type Method Description PackageTypeDistribution. getPackageType()Methods in org.terracotta.angela.common.distribution with parameters of type PackageType Modifier and Type Method Description static DistributionDistribution. distribution(PackageType packageType, LicenseType licenseType)static DistributionDistribution. distribution(PackageType packageType, LicenseType licenseType, RuntimeOption... runtime)static DistributionDistribution. distribution(Version version, PackageType packageType, LicenseType licenseType)static DistributionDistribution. distribution(Version version, PackageType packageType, LicenseType licenseType, RuntimeOption... runtime) -
Uses of PackageType in org.terracotta.angela.common.topology
Methods in org.terracotta.angela.common.topology that return PackageType Modifier and Type Method Description static PackageTypePackageType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageType[]PackageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-