Class DockerComposeEnvironmentVarResolver

java.lang.Object
org.arquillian.cube.docker.impl.docker.compose.DockerComposeEnvironmentVarResolver

public class DockerComposeEnvironmentVarResolver extends Object
  • Method Details

    • replaceParameters

      public static String replaceParameters(InputStream stream)
      Method that takes an inputstream, read it preserving the end lines, and subtitute using commons-lang-3 calls the variables, first searching as system properties vars and then in environment var list. In case of missing the property is replaced by white space.
      Parameters:
      stream -
      Returns: