[ ENUM CLASS ] - Folder structure to be released.
More...
|
string | kRoot = '' |
| [ str ] - Root. More...
|
|
| kBin = FolderStructure.kBin |
| [ enum ] - Bin path. More...
|
|
| kBinDarwin = FolderStructure.kBinDarwin |
| [ enum ] - Bin (executables) path on Mac OS. More...
|
|
| kBinLinux = FolderStructure.kBinLinux |
| [ enum ] - Bin (executables) path on Linux OS. More...
|
|
| kBinWindows = FolderStructure.kBinWindows |
| [ str ] - Bin (executables) path on Microsoft Windows OS. More...
|
|
| kConfig = FolderStructure.kConfig |
| [ str ] - Configuration path. More...
|
|
| kData = FolderStructure.kData |
| [ str ] - Data path. More...
|
|
| kDoc = FolderStructure.kDoc |
| [ str ] - Documentation path. More...
|
|
| kHoudini = FolderStructure.kHoudini |
| [ str ] - Maya path. More...
|
|
| kKatana = FolderStructure.kKatana |
| [ str ] - Katana path. More...
|
|
| kLib = FolderStructure.kLib |
| [ str ] - Library path on Mac OS. More...
|
|
| kMari = FolderStructure.kMari |
| [ str ] - Mari path. More...
|
|
| kMaya = FolderStructure.kMaya |
| [ str ] - Maya path. More...
|
|
| kNuke = FolderStructure.kNuke |
| [ str ] - Nuke path. More...
|
|
| kPython = FolderStructure.kPython |
| [ str ] - Python path. More...
|
|
| kResources = FolderStructure.kResources |
| [ str ] - Resource path. More...
|
|
|
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 ] - Folder structure to be released.
◆ kRoot
string sStashPackage.packageLib.ReleaseFolderStructure.kRoot = '' |
|
static |
◆ kBin
sStashPackage.packageLib.ReleaseFolderStructure.kBin = FolderStructure.kBin |
|
static |
◆ kBinDarwin
sStashPackage.packageLib.ReleaseFolderStructure.kBinDarwin = FolderStructure.kBinDarwin |
|
static |
[ enum ] - Bin (executables) path on Mac OS.
◆ kBinLinux
sStashPackage.packageLib.ReleaseFolderStructure.kBinLinux = FolderStructure.kBinLinux |
|
static |
[ enum ] - Bin (executables) path on Linux OS.
◆ kBinWindows
sStashPackage.packageLib.ReleaseFolderStructure.kBinWindows = FolderStructure.kBinWindows |
|
static |
[ str ] - Bin (executables) path on Microsoft Windows OS.
◆ kConfig
sStashPackage.packageLib.ReleaseFolderStructure.kConfig = FolderStructure.kConfig |
|
static |
[ str ] - Configuration path.
◆ kData
sStashPackage.packageLib.ReleaseFolderStructure.kData = FolderStructure.kData |
|
static |
◆ kDoc
sStashPackage.packageLib.ReleaseFolderStructure.kDoc = FolderStructure.kDoc |
|
static |
[ str ] - Documentation path.
◆ kHoudini
sStashPackage.packageLib.ReleaseFolderStructure.kHoudini = FolderStructure.kHoudini |
|
static |
◆ kKatana
sStashPackage.packageLib.ReleaseFolderStructure.kKatana = FolderStructure.kKatana |
|
static |
◆ kLib
sStashPackage.packageLib.ReleaseFolderStructure.kLib = FolderStructure.kLib |
|
static |
[ str ] - Library path on Mac OS.
◆ kMari
sStashPackage.packageLib.ReleaseFolderStructure.kMari = FolderStructure.kMari |
|
static |
◆ kMaya
sStashPackage.packageLib.ReleaseFolderStructure.kMaya = FolderStructure.kMaya |
|
static |
◆ kNuke
sStashPackage.packageLib.ReleaseFolderStructure.kNuke = FolderStructure.kNuke |
|
static |
◆ kPython
sStashPackage.packageLib.ReleaseFolderStructure.kPython = FolderStructure.kPython |
|
static |
◆ kResources
sStashPackage.packageLib.ReleaseFolderStructure.kResources = FolderStructure.kResources |
|
static |
The documentation for this class was generated from the following file: