public interface ArchitectureBuilder
A builder for the architecture.
Modifier and Type | Method and Description |
---|---|
String |
buildArchitecture(Architecture architecture,
Context context)
Builds the architecture.
|
String buildArchitecture(Architecture architecture, Context context) throws BuildException
Builds the architecture.
architecture
- The architecture.context
- The context.IllegalArgumentException
- If any of the parameters are null
.BuildException
- If an error occurs during the building.Copyright © 2015–2019. All rights reserved.