public static interface Fqn.Builder
| Modifier and Type | Method and Description |
|---|---|
Fqn.Builder |
append(Fqn fqn)
Append all segments of another fqn.
|
Fqn |
build() |
Fqn.Builder |
segment(String segment)
Add a segment to the fqn.
|
Fqn.Builder segment(String segment)
Fqn.Builder append(Fqn fqn)
Fqn build()
Copyright © 2015. All rights reserved.