Stash Software API
2.0.0
|
[ ENUM CLASS ] - Keys to be replaces in the config template file. More...
Static Public Attributes | |
string | kProjectName = 'S_PROJECT_NAME' |
[ str ] - Project name key. More... | |
string | kProjectNumber = 'S_PROJECT_NUMBER' |
[ str ] - Project number key. More... | |
string | kProjectBrief = 'S_PROJECT_BRIEF' |
[ str ] - Project brief key. More... | |
string | kInput = 'S_INPUT' |
[ str ] - Input. More... | |
string | kOutputDirectory = 'S_OUTPUT_DIRECTORY' |
[ str ] - Document output directory key. More... | |
string | kStripFromPath = 'S_STRIP_FROM_PATH' |
[ str ] - Strip from path. More... | |
string | kFilePatterns = 'S_FILE_PATTERNS' |
[ str ] - File patterns. More... | |
string | kExcludePatterns = 'S_EXCLUDE_PATTERNS' |
[ str ] - Exclude patterns. More... | |
string | kUseMDFileAsMainPage = 'S_USE_MDFILE_AS_MAINPAGE' |
[ str ] - Use MD file as main page. More... | |
Additional Inherited Members | |
![]() | |
def | listAttributes (cls, stringOnly=True, getValues=True, removeK=True, startAttrNamesLower=False) |
List static public attributes of the class. More... | |
def | listAttributeElements (cls, attribute) |
List elements of a static public attribute. More... | |
def | getAttributeNameFromValue (cls, value, removeK=True, defaultAttributeName=None, startLower=False) |
Get the name of the attribute for given value. More... | |
def | getValueFromAttributeName (cls, attribute, removeK=False, defaultValue=None) |
Get value from attribute name. More... | |
def | asDict (cls, removeK=True) |
Get all the attributes and their values in a dict instance. More... | |
[ ENUM CLASS ] - Keys to be replaces in the config template file.
|
static |
[ str ] - Project name key.
|
static |
[ str ] - Project number key.
|
static |
[ str ] - Project brief key.
|
static |
[ str ] - Input.
|
static |
[ str ] - Document output directory key.
|
static |
[ str ] - Strip from path.
|
static |
[ str ] - File patterns.
|
static |
[ str ] - Exclude patterns.
|
static |
[ str ] - Use MD file as main page.