Package org.dashbuilder.shared.service
Interface RuntimeModelParser
-
- All Known Implementing Classes:
RuntimeModelParserImpl
public interface RuntimeModelParserParses an imported content to RuntimeModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeModelparse(String runtimeModelId, InputStream is)Parse the given input stream into a RuntimeModel.
-
-
-
Method Detail
-
parse
RuntimeModel parse(String runtimeModelId, InputStream is)
Parse the given input stream into a RuntimeModel.- Parameters:
is- The input stream with runtime model binary content to be parsed.- Returns:
- The parsed runtime model.
-
-