assetQC
 All Classes Namespaces Files Functions Variables
Classes | Functions | Variables
assetQC::api::config Namespace Reference

Classes

class  memoized

Functions

def getBaseDir
def getLoggerDir
def getLoggingConfigPath
def getPluginSearchPath
def getTempDir
def getTestBaseDir
def getTestDataDir
def getTestTempDir

Variables

list CONFIG_ENTRY_NAMES
int EXPAND_LIMIT = 5

Detailed Description

Module for reading data from the config (or overridden with environment variables)

Function Documentation


Variable Documentation

Initial value:
00001 [
00002     'ASSETQC_BASE_DIR',
00003     'ASSETQC_TEMP_DIR',
00004     'ASSETQC_TEST_BASE_DIR',
00005     'ASSETQC_TEST_TEMP_DIR',
00006     'ASSETQC_TEST_DATA_DIR',
00007     'ASSETQC_LOGGER_CONFIG_PATH',
00008     'ASSETQC_LOGGER_DIR',
00009     'ASSETQC_PLUGIN_SEARCH_PATH',
00010 ]
 All Classes Namespaces Files Functions Variables