public class FeatureBuilder extends Object
| Constructor and Description |
|---|
FeatureBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
assemble(Feature feature,
BuilderContext context)
Assemble the full feature by processing all includes.
|
public static Feature assemble(Feature feature, BuilderContext context)
feature - The feature to startcontext - The builder contextIllegalArgumentException - If feature or context is nullIllegalStateException - If an included feature can't be provided or merged.Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.