Uses of Class
org.terracotta.angela.common.topology.LicenseType
-
Packages that use LicenseType Package Description org.terracotta.angela.common.distribution org.terracotta.angela.common.topology -
-
Uses of LicenseType in org.terracotta.angela.common.distribution
Methods in org.terracotta.angela.common.distribution that return LicenseType Modifier and Type Method Description LicenseTypeDistribution. getLicenseType()Methods in org.terracotta.angela.common.distribution with parameters of type LicenseType 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 LicenseType in org.terracotta.angela.common.topology
Methods in org.terracotta.angela.common.topology that return LicenseType Modifier and Type Method Description LicenseTypeTopology. getLicenseType()static LicenseTypeLicenseType. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseType[]LicenseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-