Class RuntimeModelParserImpl
- java.lang.Object
-
- org.dashbuilder.backend.services.impl.RuntimeModelParserImpl
-
- All Implemented Interfaces:
RuntimeModelParser
@ApplicationScoped public class RuntimeModelParserImpl extends Object implements RuntimeModelParser
Parses an exported zip file from Transfer Services into RuntimeModel.
-
-
Constructor Summary
Constructors Constructor Description RuntimeModelParserImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeModelparse(String modelId, InputStream is)Parse the given input stream into a RuntimeModel.
-
-
-
Method Detail
-
parse
public RuntimeModel parse(String modelId, InputStream is)
Description copied from interface:RuntimeModelParserParse the given input stream into a RuntimeModel.- Specified by:
parsein interfaceRuntimeModelParseris- The input stream with runtime model binary content to be parsed.- Returns:
- The parsed runtime model.
-
-