public class PathUtils extends Object
Provides utility methods related to paths that represent a hierarchy of entities.
Modifier and Type | Method and Description |
---|---|
static void |
assertConsistencyOfPathAndParent(String path,
String parent,
String parentIdRef,
String entityId) |
static String |
parentIdRefStringFrom(List<String> ids) |
static String |
parentStringFrom(List<String> ids) |
static List<String> |
pathIdsFrom(String path) |
static String |
pathStringFrom(List<String> ids) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.