org.zeroexchange.feature
Interface Feature

All Known Subinterfaces:
ReputationFeature
All Known Implementing Classes:
AbstractFeature, CollaborationFeature, ReputationFeatureImpl, UserRegistrationFeature

public interface Feature

The interface for feature services implementation.

Author:
black

Method Summary
 String getName()
          Returns the name of the feature.
 Collection<String> getRequiredFeatureNames()
          Returns names of the required features.
 boolean isEnabled()
          Returns true if the feature is enabled.
 

Method Detail

getName

String getName()
Returns the name of the feature.


isEnabled

boolean isEnabled()
Returns true if the feature is enabled.


getRequiredFeatureNames

Collection<String> getRequiredFeatureNames()
Returns names of the required features.



Copyright © 2013. All Rights Reserved.