public interface ArchitectureParser
A parser for the architectur.
Modifier and Type | Method and Description |
---|---|
Architecture |
parseArchitecture(String value,
Context context)
Parses the architecture.
|
Architecture parseArchitecture(String value, Context context) throws ParseException
Parses the architecture.
value
- The value.context
- The context.IllegalArgumentException
- If any of the parameters are null
.ParseException
- If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.