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 | |
fromPv | |
hostUrl | |
package | |
packageName | |
platform | |
sourceFile | |
targetFile | |
toPv | |
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 |
fromPv |
hostUrl |
package |
packageName |
platform |
sourceFile |
targetFile |
toPv |
version |