Panda3D
|
Public Member Functions | |
def | __init__ (self, xpackage, sourceDir) |
def | getKey (self) |
def | isNewer (self, other) |
def | loadXml (self, xpackage) |
def | makeXml (self) |
def | validatePackageContents (self) |
Public Attributes | |
descFile | |
importDescFile | |
packageName | |
packageSeq | |
packageSetVer | |
perPlatform | |
platform | |
solo | |
sourceDir | |
version | |
This corresponds to a <package> entry in the contents.xml file.
def __init__ | ( | self, | |
xpackage, | |||
sourceDir | |||
) |
def getKey | ( | self | ) |
Returns a tuple used for sorting the PackageEntry objects uniquely per package.
def isNewer | ( | self, | |
other | |||
) |
def loadXml | ( | self, | |
xpackage | |||
) |
def makeXml | ( | self | ) |
Returns a new TiXmlElement.
def validatePackageContents | ( | self | ) |
Validates the contents of the package directory itself against the expected hashes and timestamps. Updates hashes and timestamps where needed.
descFile |
importDescFile |
packageName |
packageSeq |
packageSetVer |
perPlatform |
platform |
solo |
sourceDir |
version |