Uses of Class
be.six.reports.util.Configuration.ConfigurationKey

Packages that use Configuration.ConfigurationKey
be.six.reports   
be.six.reports.util   
 

Uses of Configuration.ConfigurationKey in be.six.reports
 

Methods in be.six.reports with parameters of type Configuration.ConfigurationKey
 void Application.selectFolder(java.lang.String title, Configuration.ConfigurationKey key)
           
 

Uses of Configuration.ConfigurationKey in be.six.reports.util
 

Methods in be.six.reports.util that return Configuration.ConfigurationKey
static Configuration.ConfigurationKey Configuration.ConfigurationKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Configuration.ConfigurationKey[] Configuration.ConfigurationKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in be.six.reports.util with parameters of type Configuration.ConfigurationKey
static java.lang.String Configuration.get(Configuration.ConfigurationKey key)
          Read the configuration for a certain key.
static void Configuration.set(Configuration.ConfigurationKey key, java.lang.String value)