PackageMerger.PackageEntry Class Reference

List of all members.

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

Detailed Description

This corresponds to a <package> entry in the contents.xml
file. 

Constructor & Destructor Documentation

def __init__ (   self,
  xpackage,
  sourceDir 
)

Member Function Documentation

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. 

Member Data Documentation