Package com.castlabs.utils
Class UriUtils
java.lang.Object
com.castlabs.utils.UriUtils
Provides helpers and utilities for 
Uris.- Since:
- 3.2.0
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
UriUtilspublic UriUtils()
 
- 
- 
Method Details- 
getLcaReturns the least common ancestor of th two Uri's. Note that calculations are only done on the path elements of the Uri.- Parameters:
- inV- first Uri
- inW- second Uri
- Returns:
- The least common ancestor
 
- 
parentGet the parent of the given Uri by walking up the path segments one element.- Parameters:
- uri- The Uri
- Returns:
- The parent Uri
 
 
-