public class BrowsePath extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
join()
Joins the components of this browse path with "/" as the separator.
|
String |
join(String separator,
boolean includeNamespaceIndex)
Join the components of this browse path with
separator. |
String |
toString() |
public String join()
public String join(String separator, boolean includeNamespaceIndex)
separator.separator - the separator to join with.includeNamespaceIndex - include the namespace index of each browse name component.separator.Copyright © 2021. All rights reserved.