public class ArchitectureParserImpl extends Object implements ArchitectureParser
A ArchitectureParser
implementation.
Constructor and Description |
---|
ArchitectureParserImpl()
Creates a parser.
|
Modifier and Type | Method and Description |
---|---|
Architecture |
parseArchitecture(String value,
Context context)
Parses the architecture.
|
public Architecture parseArchitecture(String value, Context context) throws ParseException
ArchitectureParser
Parses the architecture.
parseArchitecture
in interface ArchitectureParser
value
- The value.context
- The context.ParseException
- If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.