Stash Software API  2.0.0
Static Public Attributes | List of all members
sStashPackage.packageLib.ReleaseFolderStructure Class Reference

[ ENUM CLASS ] - Folder structure to be released. More...

Inheritance diagram for sStashPackage.packageLib.ReleaseFolderStructure:
sCore.enumAbs.Enum

Static Public Attributes

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...
 

Additional Inherited Members

- Public Member Functions inherited from sCore.enumAbs.Enum
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...
 

Detailed Description

[ ENUM CLASS ] - Folder structure to be released.

Member Data Documentation

◆ kRoot

string sStashPackage.packageLib.ReleaseFolderStructure.kRoot = ''
static

[ str ] - Root.

◆ kBin

sStashPackage.packageLib.ReleaseFolderStructure.kBin = FolderStructure.kBin
static

[ enum ] - Bin path.

◆ 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

[ str ] - Data path.

◆ kDoc

sStashPackage.packageLib.ReleaseFolderStructure.kDoc = FolderStructure.kDoc
static

[ str ] - Documentation path.

◆ kHoudini

sStashPackage.packageLib.ReleaseFolderStructure.kHoudini = FolderStructure.kHoudini
static

[ str ] - Maya path.

◆ kKatana

sStashPackage.packageLib.ReleaseFolderStructure.kKatana = FolderStructure.kKatana
static

[ str ] - Katana path.

◆ kLib

sStashPackage.packageLib.ReleaseFolderStructure.kLib = FolderStructure.kLib
static

[ str ] - Library path on Mac OS.

◆ kMari

sStashPackage.packageLib.ReleaseFolderStructure.kMari = FolderStructure.kMari
static

[ str ] - Mari path.

◆ kMaya

sStashPackage.packageLib.ReleaseFolderStructure.kMaya = FolderStructure.kMaya
static

[ str ] - Maya path.

◆ kNuke

sStashPackage.packageLib.ReleaseFolderStructure.kNuke = FolderStructure.kNuke
static

[ str ] - Nuke path.

◆ kPython

sStashPackage.packageLib.ReleaseFolderStructure.kPython = FolderStructure.kPython
static

[ str ] - Python path.

◆ kResources

sStashPackage.packageLib.ReleaseFolderStructure.kResources = FolderStructure.kResources
static

[ str ] - Resource path.


The documentation for this class was generated from the following file: