Package conary :: Package build :: Module explain :: Class DummyRedirectRecipe
[hide private]
[frames] | no frames]

Class DummyRedirectRecipe

source code

               object --+        
                        |        
            recipe.Recipe --+    
                            |    
redirectrecipe.RedirectRecipe --+
                                |
                               DummyRedirectRecipe

Instance Methods [hide private]
 
__init__(self, cfg) source code

Inherited from redirectrecipe.RedirectRecipe: addRedirect, addRemoveRedirect, findTroves, getRedirections

Inherited from recipe.Recipe: __getattr__, __repr__, doProcess, extraSource, fetchAllSources, fetchLocalSources, getSourcePathList, isCrossCompileTool, loadPolicy, loadSourceActions, move, populateLcache, prepSources, recordCalls, recordMove, sourceMap, unpackSources, validate

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

Class Methods [hide private]

Inherited from recipe.Recipe: getType, validateClass

Static Methods [hide private]
Class Variables [hide private]

Inherited from redirectrecipe.RedirectRecipe: Flags, internalAbstractBaseClass

Inherited from redirectrecipe.RedirectRecipe (private): _recipeType

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, cfg)
(Constructor)

source code 
Overrides: redirectrecipe.RedirectRecipe.__init__