public class EscapableResourceIdSplitter extends Object implements ResourceIdSplitter
SEPARATOR| Constructor and Description |
|---|
EscapableResourceIdSplitter() |
| Modifier and Type | Method and Description |
|---|---|
String |
joinElementsToId(List<String> elements)
Joins a list of elements into a resource id, escaping
special characters if required.
|
List<String> |
splitIdIntoElements(String id)
Splits a resource id into a list of elements.
|
public List<String> splitIdIntoElements(String id)
splitIdIntoElements in interface ResourceIdSplitterid - the resource idpublic String joinElementsToId(List<String> elements)
splitIdIntoElements(String) for details.joinElementsToId in interface ResourceIdSplitterelements - a list of elementsCopyright © 2017. All rights reserved.