
functions
files
intro
|
|
installation |
modules/ProductControl.ycp |
Product Control routines |
|
|
Imports
- Arch
- Mode
- Product
- ProductFeatures
- XML
Global Functions
|
|
|
global checkDisabled (map mod) -> boolean
|
|
Check if a module is disabled
- Parameters:
global Read (string controlfile) -> boolean
|
|
Read XML Control File
- Parameters:
global ProductControl () -> void
|
|
ProductControl Constructor
global checkArch (map mod, map def) -> boolean
|
|
Check if valid architecture
- Parameters:
- Return value:
global getTerm (map mod, map def) -> term
|
|
Return term to be used to run module
- Parameters:
- Return value:
global getModeDefaults (string stage, string mode) -> map
|
|
Get workflow defaults
- Parameters:
- Return value:
global getModules (string stage, string mode) -> list<map>
|
|
Get modules of current Workflow
- Parameters:
- Return value:
global getWorkflowLabel (string stage, string mode) -> string
|
|
Get Workflow Label
- Parameters:
global AddWizardSteps (list<map> stagemode) -> void
|
|
Add Wizard Steps
- Parameters:
global UpdateWizardSteps (list<map> stagemode) -> void
|
|
Update Steps
- Parameters:
global getProposals (string stage, string mode, string proptype) -> list<string>
|
|
Get modules of current Workflow
- Parameters:
- Return value:
|