Class EnvironmentExpander
java.lang.Object
io.wcm.devops.conga.generator.util.EnvironmentExpander
Expands configuration nodes in environment.
-
Method Summary
Modifier and TypeMethodDescriptionstatic EnvironmentexpandNodes(Environment environment, String environmentName) Environment definitions allows definition of nodes with multiple node names.
-
Method Details
-
expandNodes
Environment definitions allows definition of nodes with multiple node names. Expand them to nodes with single node names to simplify further processing.- Parameters:
environment- Environment that may contain nodes with multiple node names.environmentName- Environment name- Returns:
- Environment that contains only nodes with single node names
-