public class ApplicationBuilder extends Object
| Constructor and Description |
|---|
ApplicationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Application |
assemble(Application app,
BuilderContext context,
Feature... features)
Assemble an application based on the provided features.
|
public static Application assemble(Application app, BuilderContext context, Feature... features)
app - The optional application to use as a base.context - The builder contextfeatures - The featuresnull
throws IllegalStateException If a feature can't be providedCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.