class CollectionPathResolver |
|
Internal
Converts between collection id and collection path. While it is generally recommended to use collection ids, it can be necessary in some cases (eg. a command line client) to use the collection path instead. Use this class to get a collection id from a collection path.
Author Volker Krause |
|
Creates a new collection path resolver to convert a path into a id.
path - The collection path. parent - The parent object. |
|
Creates a new collection path resolver to determine the path of
the given collection.
collection - The collection parent - The parent object. |
|
Returns the collection id. Only valid after the job succeeded. |
|
|
Returns the collection path. Only valid after the job succeeded. |
|
Returns the path delimiter for collections. |