Class DockerComposeEnvironmentVarResolver
java.lang.Object
org.arquillian.cube.docker.impl.docker.compose.DockerComposeEnvironmentVarResolver
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringreplaceParameters(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.
-
Method Details
-
replaceParameters
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:
-