Class YAMLParameterFileParser
java.lang.Object
de.taimos.pipeline.aws.cloudformation.parser.YAMLParameterFileParser
- All Implemented Interfaces:
ParameterFileParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<com.amazonaws.services.cloudformation.model.Parameter>
parseParams
(InputStream fileContent)
-
Constructor Details
-
YAMLParameterFileParser
public YAMLParameterFileParser()
-
-
Method Details
-
parseParams
public Collection<com.amazonaws.services.cloudformation.model.Parameter> parseParams(InputStream fileContent) throws IOException - Specified by:
parseParams
in interfaceParameterFileParser
- Throws:
IOException
-