Class EnvironmentExpander
- java.lang.Object
-
- io.wcm.devops.conga.generator.util.EnvironmentExpander
-
public final class EnvironmentExpander extends Object
Expands configuration nodes in environment.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Environment
expandNodes(Environment environment, String environmentName)
Environment definitions allows definition of nodes with multiple node names.
-
-
-
Method Detail
-
expandNodes
public static Environment expandNodes(Environment environment, String environmentName)
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
-
-