| Constructor and Description |
|---|
From(Key base,
String... parts)
From base path and parts.
|
From(List<String> parts)
Ctor.
|
From(String... parts)
Ctor.
|
From(String parts)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object another) |
int |
hashCode() |
Optional<Key> |
parent()
Parent key.
|
String |
string()
Key.
|
public From(String parts)
parts - Parts delimited by `/` symbolpublic From(String... parts)
parts - Partspublic From(Key base, String... parts)
base - Base pathparts - PartsCopyright © 2019–2020 jcabi.com. All rights reserved.