| Modifier and Type | Method and Description |
|---|---|
TopicPath |
TopicPathBuildable.build()
Creates a new
TopicPath from the previously set values. |
static TopicPath |
ProtocolFactory.emptyTopicPath()
Returns an empty
TopicPath. |
TopicPath |
Adaptable.getTopicPath()
Returns the
TopicPath of this Adaptable. |
static TopicPath |
ProtocolFactory.newTopicPath(String path)
Returns a new
TopicPath for the specified path. |
| Modifier and Type | Method and Description |
|---|---|
static AdaptableBuilder |
ProtocolFactory.newAdaptableBuilder(Adaptable existingAdaptable,
TopicPath overwriteTopicPath)
Returns a new
AdaptableBuilder for the existing existingAdaptable and a specific
overwriteTopicPath to overwrite the one in existingAdaptable. |
static AdaptableBuilder |
ProtocolFactory.newAdaptableBuilder(TopicPath topicPath)
Returns a new
AdaptableBuilder for the specified topicPath. |
static UnknownTopicPathException.Builder |
UnknownTopicPathException.newBuilder(TopicPath topicPath)
A mutable builder for a
UnknownTopicPathException. |
static AdaptableBuilder |
Adaptable.newBuilder(TopicPath topicPath)
Returns a mutable builder to create immutable
Adaptable instances for a given topicPath. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.