Interface FeatureAPI

  • All Superinterfaces:
    net.anotheria.anoplass.api.API
    All Known Implementing Classes:
    FeatureAPIImpl

    public interface FeatureAPI
    extends net.anotheria.anoplass.api.API
    FeatureAPI for working with features.
    Since:
    12.07.14 20:40
    Author:
    lrosenberg
    • Method Detail

      • isFeatureActive

        boolean isFeatureActive​(String name)
                         throws net.anotheria.anoplass.api.APIException
        Checks if feature with specified name is active.
        Parameters:
        name - name of feature
        Returns:
        true if feature is active, false - otherwise
        Throws:
        net.anotheria.anoplass.api.APIException - if any errors occurs