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