public class TemplateGenerator extends Object
| Constructor and Description |
|---|
TemplateGenerator(EnvironmentContext envCtx,
I18NBundle resourceBundle)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
generateTemplates(Map<String,List<String>> mapAppVars,
Map<String,List<String>> mapAppConfigs,
Map<String,CompositeType> mapAppConfigTypes,
boolean includeDeployCommand,
String target,
boolean isAnt,
String saName,
String saPath)
This method is used to generate template files for
setting missing application varibles and application configs
|
String |
generateTemplates(Map<String,List<String>> mapAppVars,
Map<String,List<String>> mapAppConfigs,
Map<String,CompositeType> mapAppConfigTypes,
boolean includeDeployCommand,
String target,
boolean isAnt,
String saName,
String saPath,
boolean fillInValues,
Map<String,Map<String,Object>> mapAppVarValues,
Map<String,Map<String,Properties>> mapAppConfigValues)
This method is used to generate template files for
setting missing application varibles and application configs
|
public TemplateGenerator(EnvironmentContext envCtx, I18NBundle resourceBundle)
public String generateTemplates(Map<String,List<String>> mapAppVars, Map<String,List<String>> mapAppConfigs, Map<String,CompositeType> mapAppConfigTypes, boolean includeDeployCommand, String target, boolean isAnt, String saName, String saPath)
mapAppVars - map of component name and missing application variablesmapAppConfigs - map of component name and missing application config composite typeincludeDeployCommand - if deploy command has to be includedtarget - the target for which commands have to be generatedisAnt - true if the clinet is antsaName - the saNamepublic String generateTemplates(Map<String,List<String>> mapAppVars, Map<String,List<String>> mapAppConfigs, Map<String,CompositeType> mapAppConfigTypes, boolean includeDeployCommand, String target, boolean isAnt, String saName, String saPath, boolean fillInValues, Map<String,Map<String,Object>> mapAppVarValues, Map<String,Map<String,Properties>> mapAppConfigValues)
mapAppVars - map of component name and missing application variablesmapAppConfigs - map of component name and missing application config composite typeincludeDeployCommand - if deploy command has to be includedtarget - the target for which commands have to be generatedisAnt - true if the clinet is antsaName - the saNamefillInValues - true if the generated files should include values for app. vars and app. configsmapAppVarValues - map of application varsmapAppConfigValues - of application configsCopyright © 2011-2016 OpenESB Community. All Rights Reserved.