com.atlassian.sal.core.features
Class SystemDarkFeatureInitializer

java.lang.Object
  extended by com.atlassian.sal.core.features.SystemDarkFeatureInitializer

public class SystemDarkFeatureInitializer
extends Object


Nested Class Summary
static class SystemDarkFeatureInitializer.SystemDarkFeatures
           
 
Constructor Summary
SystemDarkFeatureInitializer()
           
 
Method Summary
static SystemDarkFeatureInitializer.SystemDarkFeatures getSystemStartupDarkFeatures()
          Get the dark features enabled and disabled on startup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemDarkFeatureInitializer

public SystemDarkFeatureInitializer()
Method Detail

getSystemStartupDarkFeatures

public static SystemDarkFeatureInitializer.SystemDarkFeatures getSystemStartupDarkFeatures()
Get the dark features enabled and disabled on startup. Reads from system properties and from a "atlassian-darkfeatures.properties" file. File name can be overridden with darkfeatures.properties.file system property.

Returns:
A SystemDarkFeatures containing two sets of strings: one containing enabled dark feature keys and one containing those disabled.


Copyright © 2015 Atlassian. All rights reserved.