Uses of Interface
org.jboss.as.controller.Feature
-
Packages that use Feature Package Description org.jboss.as.controller -
-
Uses of Feature in org.jboss.as.controller
Methods in org.jboss.as.controller with type parameters of type Feature Modifier and Type Method Description <F extends Feature>
booleanFeatureFilter. enables(F feature)Determines whether the specified feature is enabled.default <F extends Feature>
booleanFeatureRegistry. enables(F feature)Determines whether the specified feature is enabled by the configured stability level of the feature registry.static <F extends Feature>
Map<Stability,F>Feature. map(Iterable<F> features)Returns a complete map of a feature per stability level.
-