Uses of Class
org.jboss.as.version.Stability
-
Packages that use Stability Package Description org.jboss.as.controller org.jboss.as.version -
-
Uses of Stability in org.jboss.as.controller
Methods in org.jboss.as.controller that return Stability Modifier and Type Method Description default StabilityFeature. getStability()Returns the stability level of this feature.StabilityFeatureRegistry. getStability()Returns the feature stability supported by this feature registry.Methods in org.jboss.as.controller that return types with arguments of type Stability Modifier and Type Method Description static <F extends Feature>
Map<Stability,F>Feature. map(Iterable<F> features)Returns a complete map of a feature per stability level. -
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)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 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.
-