Uses of Class
org.jboss.as.version.Stability
-
-
Uses of Stability in org.jboss.as.version
Methods in org.jboss.as.version that return Stability Modifier and Type Method Description static StabilityStability. fromString(String value)StabilityProductConfig. getDefaultStability()Returns the presumed stability level of this product.static StabilityStability. valueOf(String name)Returns the enum constant of this type with the specified name.static Stability[]Stability. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.version that return types with arguments of type Stability Modifier and Type Method Description Set<Stability>ProductConfig. getStabilitySet()Returns the set of permissible stability levels for this product.static <F> Map<Stability,F>Stability. map(Function<Stability,F> features)Returns a complete map of a feature per stability level.Methods in org.jboss.as.version with parameters of type Stability Modifier and Type Method Description booleanStability. enables(Stability stability)Indicates whether this stability enables the specified stability level.Method parameters in org.jboss.as.version with type arguments of type Stability Modifier and Type Method Description static <F> Map<Stability,F>Stability. map(Function<Stability,F> features)Returns a complete map of a feature per stability level.
-