public interface BridgeBuilder<B>
Modifier and Type | Method and Description |
---|---|
B |
build(BridgeBuildContext buildContext)
Build a bridge.
|
B build(BridgeBuildContext buildContext)
Warning: this method can be called multiple times and must return a new instance to each call.
buildContext
- A object providing access to other components involved in the build process.Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.