| java.lang.Object com.sun.jbi.ui.runtime.verifier.util.TemplateGenerator
TemplateGenerator | public class TemplateGenerator (Code) | | This class has utility methods for template generation
|
Method Summary | |
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) | 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, 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
Parameters: mapAppVars - map of component name and missing application variables Parameters: mapAppConfigs - map of component name and missing application config composite type Parameters: includeDeployCommand - if deploy command has to be included Parameters: target - the target for which commands have to be generated Parameters: isAnt - true if the clinet is ant Parameters: saName - the saName Parameters: fillInValues - true if the generated files should include values for app. |
generateTemplates | 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)(Code) | | This method is used to generate template files for
setting missing application varibles and application configs
Parameters: mapAppVars - map of component name and missing application variables Parameters: mapAppConfigs - map of component name and missing application config composite type Parameters: includeDeployCommand - if deploy command has to be included Parameters: target - the target for which commands have to be generated Parameters: isAnt - true if the clinet is ant Parameters: saName - the saName |
generateTemplates | 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, boolean fillInValues, Map<String, Map<String, Object>> mapAppVarValues, Map<String, Map<String, Properties>> mapAppConfigValues)(Code) | | This method is used to generate template files for
setting missing application varibles and application configs
Parameters: mapAppVars - map of component name and missing application variables Parameters: mapAppConfigs - map of component name and missing application config composite type Parameters: includeDeployCommand - if deploy command has to be included Parameters: target - the target for which commands have to be generated Parameters: isAnt - true if the clinet is ant Parameters: saName - the saName Parameters: fillInValues - true if the generated files should include values for app. vars and app. configs Parameters: mapAppVarValues - map of application vars Parameters: mapAppConfigValues - of application configs |
|
|