Interface ParameterFileParser
- All Known Implementing Classes:
JSONParameterFileParser
,YAMLParameterFileParser
public interface ParameterFileParser
-
Method Summary
Modifier and TypeMethodDescriptionCollection<com.amazonaws.services.cloudformation.model.Parameter>
parseParams
(InputStream fileContent)
-
Method Details
-
parseParams
Collection<com.amazonaws.services.cloudformation.model.Parameter> parseParams(InputStream fileContent) throws IOException - Throws:
IOException
-