|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.lakesidetech.springxmldb.util.CollectionPathUtils
A set of utils for dealing with XML database collection path strings
Constructor Summary | |
CollectionPathUtils()
|
Method Summary | |
static java.lang.String |
findCollectionNameFromFullPath(java.lang.String fullPath)
given a collection full path return the actual name of the collection |
static java.lang.String |
findCollectionPathWithoutRootFromFullPath(java.lang.String fullPath)
return the collection path without the root database collection |
static java.lang.String |
findContainingCollectionFromFullPath(java.lang.String fullPath)
find the containing collection of a collection given its full path |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CollectionPathUtils()
Method Detail |
public static java.lang.String findCollectionNameFromFullPath(java.lang.String fullPath)
fullPath
- the collection path
public static java.lang.String findContainingCollectionFromFullPath(java.lang.String fullPath)
fullPath
- the collection full path
public static java.lang.String findCollectionPathWithoutRootFromFullPath(java.lang.String fullPath)
fullPath
- the colection path
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |