public interface RuntimeModelParser
| Modifier and Type | Method and Description |
|---|---|
RuntimeModel |
parse(String runtimeModelId,
InputStream is)
Parse the given input stream into a RuntimeModel.
|
RuntimeModel parse(String runtimeModelId, InputStream is)
is - The input stream with runtime model binary content to be parsed.Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.