Stash Software API
2.0.0
|
[ CONFIG CLASS ] - Configuration class. More...
Classes | |
class | Set |
[ ABSTRACT ENUM CLASS ] - Configuration sets. More... | |
class | SetGlobal |
[ ENUM CLASS ] - Global set configurations. More... | |
Additional Inherited Members | |
![]() | |
def | __init__ (self, configPackageName=None) |
Constructor. More... | |
def | listSetNames (self) |
List all sets of the configuration package. More... | |
def | listConfigNames (self, setName, excludeTests=True) |
List all configuration names for the given set. More... | |
def | getConfigModule (self, setName, configName=None) |
Get given configuration module by its name. More... | |
def | getConfigValue (self, setName, configName=None, useDefault=False, kwargs) |
Get value for the given configuration. More... | |
def | listAllConfigModules (self, setName, excludeTests=True) |
Get all configuration modules without invoking the main function in them. More... | |
def | listAllConfigValues (self, setName, excludeTests=True, kwargs) |
Get all configuration values by finding/importing the configuration modules. More... | |
![]() | |
string | DEFAULT_CONFIG_FILE_BASE_NAME = 'default' |
[ str ] - Default Configuration file base name. More... | |
[ CONFIG CLASS ] - Configuration class.