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