Package conary :: Package build :: Module redirectrecipe :: Class _RedirectRule
[hide private]
[frames] | no frames]

Class _RedirectRule

source code

object --+
         |
        _RedirectRule

Instance Methods [hide private]
 
findAvailableTargetFlavors(self, repos) source code
 
__str__(self)
str(x)
source code
 
__init__(self, sourceName=None, destName=None, branchStr=None, sourceFlavor=None, targetFlavor=None, skipTargetMatching=None, allowMultipleTargets=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties [hide private]
  allowMultipleTargets
  branchStr
  destName
  skipTargetMatching
  sourceFlavor
  sourceName
  targetFlavor

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)

__init__(self, sourceName=None, destName=None, branchStr=None, sourceFlavor=None, targetFlavor=None, skipTargetMatching=None, allowMultipleTargets=False)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)