|
|
|
|
|
|
|
|
findComponent(self,
path,
mode=None)
Return the BuildComponent that matches the path. |
source code
|
|
|
|
updateFileContents(self,
path,
realPath)
Update contents information, including sha1 and contents |
source code
|
|
|
None
|
addFile(self,
path,
realPath)
Add a path to the correct BuildComponent instance by matching the
file name against the package and component filters |
source code
|
|
|
None
|
|
|
|
addDevice(self,
path,
devtype,
major,
minor,
owner='root',
group='root',
perms=432)
Add a device to the correct BuildComponent instance by matching
the file name against the package and component filters |
source code
|
|
|
list
|
getComponents(self)
Examine the BuildComponent instances that have been created and
return a list that includes only those which have files |
source code
|
|