B
- The builder which implements the HomePathAccessor.HomePathBuilder
.public static interface HomePathAccessor.HomePathBuilder<B extends HomePathAccessor.HomePathBuilder<?>>
Modifier and Type | Method | Description |
---|---|---|
B |
withHomePath(String aHomePath) |
Sets the home path to use and returns this builder as of the builder
pattern.
|
B withHomePath(String aHomePath)
aHomePath
- The home path to be stored by the home path
property.HomePathAccessor.HomePathBuilder
instance to continue
configuration.Copyright © 2018. All rights reserved.