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