B - The instance to be returned on which to apply succeeding
builder operations.LinkComponent.LinkComponentBuilder<B>public static interface Openable.OpenBuilder<B extends Openable.OpenBuilder<B>>
Startable functionality to be invoked in a builder
chain.| Modifier and Type | Method | Description |
|---|---|---|
B |
withOpen() |
Builder method for the
Openable.open() method. |
default B |
withOpenUnchecked() |
Opens the component by calling
withOpen() without you to
require catching an OpenException. |
B withOpen() throws OpenException
Openable.open() method.OpenException - Thrown in case opening or accessing an open
line (connection, junction, link) caused problems.default B withOpenUnchecked()
withOpen() without you to
require catching an OpenException.OpenException.OpenRuntimeException - encapsulates the cause and is thrown
upon encountering a OpenException exceptionCopyright © 2018. All rights reserved.