Path
out of the given parent path and the given relative path. If normalize
is true
, the returned path will be normalized (or canonicalized, if the parent path is absolute).
@param parent
@param relPath
@param normalize
@return
@throws IllegalArgumentException if relPath
is absolute.
@throws RepositoryException If the normalized
istrue
and the resulting path cannot be normalized.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|