public class FqnBuilderImpl extends Object implements Fqn.Builder
| Constructor and Description |
|---|
FqnBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
Fqn.Builder |
append(Fqn fqn)
Append all segments of another fqn.
|
Fqn |
build() |
FqnBuilderImpl |
segment(String segment)
Add a segment to the fqn.
|
public FqnBuilderImpl segment(String segment)
Fqn.Buildersegment in interface Fqn.Builderpublic Fqn.Builder append(Fqn fqn)
Fqn.Builderappend in interface Fqn.Builderpublic Fqn build()
build in interface Fqn.BuilderCopyright © 2015. All rights reserved.