com.atlassian.sal.core.features
Class SystemDarkFeatureInitializer.SystemDarkFeatures

java.lang.Object
  extended by com.atlassian.sal.core.features.SystemDarkFeatureInitializer.SystemDarkFeatures
Enclosing class:
SystemDarkFeatureInitializer

public static class SystemDarkFeatureInitializer.SystemDarkFeatures
extends Object


Method Summary
static SystemDarkFeatureInitializer.SystemDarkFeatures darkFeatures(Set<String> enabled, Set<String> disabled)
           
static SystemDarkFeatureInitializer.SystemDarkFeatures disableAll()
           
 Set<String> getDisabled()
           
 Set<String> getEnabled()
           
 boolean isDisableAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

disableAll

public static SystemDarkFeatureInitializer.SystemDarkFeatures disableAll()

darkFeatures

public static SystemDarkFeatureInitializer.SystemDarkFeatures darkFeatures(Set<String> enabled,
                                                                           Set<String> disabled)

getEnabled

public Set<String> getEnabled()

getDisabled

public Set<String> getDisabled()

isDisableAll

public boolean isDisableAll()


Copyright © 2015 Atlassian. All rights reserved.