@ApplicationScoped public class RuntimeModelParserImpl extends Object implements RuntimeModelParser
| Constructor and Description |
|---|
RuntimeModelParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeModel |
parse(String modelId,
InputStream is)
Parse the given input stream into a RuntimeModel.
|
protected RuntimeModel |
retrieveRuntimeModel(String modelId,
InputStream is) |
protected String |
transformId(String modelId,
String id) |
public RuntimeModel parse(String modelId, InputStream is)
RuntimeModelParserparse in interface RuntimeModelParseris - The input stream with runtime model binary content to be parsed.protected RuntimeModel retrieveRuntimeModel(String modelId, InputStream is) throws IOException
IOExceptionCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.