Package conary :: Package build :: Module grouprecipe :: Class GroupReference
[hide private]
[frames] | no frames]

Class GroupReference

source code

A reference to a set of troves, created by a trove spec, that can be searched like a repository using findTrove. Hashable by the trove spec(s) given. Note the references can be recursive -- This reference could be relative to another reference, passed in as the upstreamSource.

Instance Methods [hide private]
 
__init__(self, troveSpecs, upstreamSource=None) source code
 
__hash__(self) source code
 
findSources(self, searchSource, flavor)
Find the troves that make up this trove reference
source code
 
findTroves(self, *args, **kw) source code
 
getTroves(self, *args, **kw) source code
 
getTrove(self, *args, **kw) source code
 
getSourceTroves(self)
Returns the list of troves that form this reference (without their children).
source code