Stash Software API
2.0.0
|
[ ENUM CLASS ] - Stash App file attributes. More...
Static Public Attributes | |
string | kDeveloper = 'developer' |
[ str ] - Developer. More... | |
string | kDescription = 'description' |
[ str ] - Description. More... | |
string | kDarwinExecutable = 'darwinExecutable' |
[ str ] - Darwin executable. More... | |
string | kLinuxExecutable = 'linuxExecutable' |
[ str ] - Linux executable. More... | |
string | kWindowsExecutable = 'windowsExecutable' |
[ str ] - Windows executable. More... | |
string | kSettingsName = 'settingsName' |
[ str ] - Settings name. More... | |
string | kFolderName = 'folderName' |
[ str ] - Folder name. More... | |
string | kVersion = 'version' |
[ str ] - Version. More... | |
string | kIgnorePackages = 'ignorePackages' |
[ str ] - Ignore packages. 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 ] - Stash App file attributes.
|
static |
[ str ] - Developer.
|
static |
[ str ] - Description.
|
static |
[ str ] - Darwin executable.
|
static |
[ str ] - Linux executable.
|
static |
[ str ] - Windows executable.
|
static |
[ str ] - Settings name.
|
static |
[ str ] - Folder name.
|
static |
[ str ] - Version.
|
static |
[ str ] - Ignore packages.