Uses of Class
org.terracotta.angela.common.AngelaProperties
-
Packages that use AngelaProperties Package Description org.terracotta.angela.common -
-
Uses of AngelaProperties in org.terracotta.angela.common
Methods in org.terracotta.angela.common that return AngelaProperties Modifier and Type Method Description static AngelaPropertiesAngelaProperties. valueOf(String name)Returns the enum constant of this type with the specified name.static AngelaProperties[]AngelaProperties. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.terracotta.angela.common with parameters of type AngelaProperties Modifier and Type Method Description static StringAngelaProperties. getEitherOf(AngelaProperties recommended, AngelaProperties deprecated)Returns the value of either the recommended or the deprecated property if the former wasn't specified.
-