IPM
DeployedModule Class Reference

Module lifecycle, but with different default handling for deployment of resources. More...

Inheritance diagram for DeployedModule:
Inheritance graph

Additional Inherited Members

- Public Member Functions inherited from Base
_.Library.String GetResourceRelativePath (_.Library.String pResource, _.Library.String pExtension)
 Helper method to get the relative path to the file corresponding to a resource (used in Reload/Export). More...
 
_.Library.Status OnAfterResourceProcessing (_.Library.String pPhase, pParams)
 This method can be overrided to include any action that needs to be executed. More...
 
_.Library.Status OnBeforeResourceProcessing (_.Library.String pPhase, pParams)
 This method can be overrided to include any action that needs to be executed. More...
 
_.Library.Status OnBeforeVerifyLoad (pParams)
 Allows for subclasses to do additional setup or modify pParams before the "verify" phase runs.
 
- Static Public Member Functions inherited from Base
_.Library.List GetCompletePhases (_.Library.List pPhases)
 This method defines what a complete phase means for a given list of phases.
 
_.Library.List GetCompletePhasesForOne (_.Library.String pOnePhase)
 This method defines what a complete phase means for a given phase.
 
 GetDefaultParameters (pParams, _.Library.List pPhases)
 Merges default parameters into pParams. More...
 
_.Dictionary.Classname GetDefaultResourceProcessor (_.Library.String pResourceName)
 Returns the default resource processor class to use for a given resource name.
 
_.Library.String MatchSinglePhase (_.Library.String pOnePhase)
 Match single inputted phase to the correctly CamelCased lifecycle phase

 
- Public Attributes inherited from Base
 HasDeployedResources
   More...
 
 PhaseList
   More...
 
- Static Public Attributes inherited from Base
 PHASES = None
 $ListBuild list of phases in this lifecycle. More...
 

Detailed Description

Module lifecycle, but with different default handling for deployment of resources.

If no value is specified for the "Deploy" attribute, the resource is marked for deployment.