Class EnvironmentExpander

java.lang.Object
io.wcm.devops.conga.generator.util.EnvironmentExpander

public final class EnvironmentExpander extends Object
Expands configuration nodes in environment.
  • Method Details

    • 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