Uses of Class
com.atlassian.sal.api.features.FeatureKeyScope

Packages that use FeatureKeyScope
com.atlassian.sal.api.features   
 

Uses of FeatureKeyScope in com.atlassian.sal.api.features
 

Methods in com.atlassian.sal.api.features that return FeatureKeyScope
static FeatureKeyScope FeatureKeyScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FeatureKeyScope[] FeatureKeyScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.sal.api.features with parameters of type FeatureKeyScope
 boolean FeatureKeyScopePredicate.apply(FeatureKeyScope input)
           
static FeatureKeyScopePredicate FeatureKeyScopePredicate.filterBy(FeatureKeyScope featureKeyScope)
           
 

Method parameters in com.atlassian.sal.api.features with type arguments of type FeatureKeyScope
 com.google.common.collect.ImmutableSet<String> EnabledDarkFeatures.getFeatureKeys(com.google.common.base.Predicate<FeatureKeyScope> criteria)
          Returns all enabled feature keys matching the given criteria.
 

Constructors in com.atlassian.sal.api.features with parameters of type FeatureKeyScope
FeatureKeyScopePredicate(FeatureKeyScope featureKeyScope)
           
 

Constructor parameters in com.atlassian.sal.api.features with type arguments of type FeatureKeyScope
EnabledDarkFeatures(com.google.common.collect.ImmutableMap<FeatureKeyScope,com.google.common.collect.ImmutableSet<String>> enabledFeatures)
          Create an instance of enabled features based on the given map.
 



Copyright © 2014 Atlassian. All rights reserved.