|
Panda3D
|
Public Member Functions | |
| __init__ (self, package) | |
| fromFile (self, packageDir, patchFilename, sourceFile, targetFile) | |
| getSourceKey (self) | |
| getTargetKey (self) | |
| loadXml (self, xpatch) | |
| makeXml (self, package) | |
Public Attributes | |
| file = None | |
| fromPv = None | |
| hostUrl = None | |
| package = package | |
| packageName = package.packageName | |
| platform = package.platform | |
| sourceFile = None | |
| targetFile = None | |
| toPv = None | |
| version = package.version | |
A single patchfile for a package.
| __init__ | ( | self, | |
| package ) |
| fromFile | ( | self, | |
| packageDir, | |||
| patchFilename, | |||
| sourceFile, | |||
| targetFile ) |
Creates the data structures from an existing patchfile on disk.
| getSourceKey | ( | self | ) |
Returns the key for locating the package that this patchfile can be applied to.
| getTargetKey | ( | self | ) |
Returns the key for locating the package that this patchfile will generate.
| loadXml | ( | self, | |
| xpatch ) |
Reads the data structures from an xml file.
| makeXml | ( | self, | |
| package ) |
| file = None |
| fromPv = None |
| hostUrl = None |
| package = package |
| packageName = package.packageName |
| platform = package.platform |
| sourceFile = None |
| targetFile = None |
| toPv = None |
| version = package.version |