Package org.jboss.as.controller
Interface FeatureFilter
-
- All Known Subinterfaces:
ExtensionContext,ExtensionParsingContext,FeatureRegistry,ImmutableManagementResourceRegistration,IntVersionSchema<S>,ManagementResourceRegistration,OperationContext,PersistentSubsystemSchema<S>,SubsystemRegistration,SubsystemSchema<S>,VersionedNamespace<V,N>,VersionedSchema<V,S>,XMLAttributeSchema<S,T>,XMLElementSchema<S,T>
- All Known Implementing Classes:
DelegatingImmutableManagementResourceRegistration,DelegatingManagementResourceRegistration,ExtensionRegistry,ProcessEnvironment,SimpleVersionedNamespace,VersionedURN
public interface FeatureFilterA filter for features.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <F extends Feature>
booleanenables(F feature)Determines whether the specified feature is enabled.
-
-
-
Method Detail
-
enables
<F extends Feature> boolean enables(F feature)
Determines whether the specified feature is enabled.- Type Parameters:
F- the feature type- Parameters:
feature- a feature- Returns:
- true, if the specified feature is enabled, false otherwise.
-
-