|
Panda3D
|
Public Member Functions | |
| def | __init__ |
| def | getKey |
| def | isNewer |
| def | loadXml |
| def | makeXml |
| def | validatePackageContents |
Public Attributes | |
| descFile | |
| importDescFile | |
| packageName | |
| packageSeq | |
| packageSetVer | |
| 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.
1.7.3