Private
Readonly
Return all uri from the current to the top most.
TODO move implementation to DefaultUriLabelProviderContribution.getName
DefaultUriLabelProviderContribution.getName
use LabelProvider.getName instead
LabelProvider.getName
return a new URI replacing the current with its normalized path, resolving '..' and '.' segments
Rest
a new, absolute URI if one can be computed from the path segments passed in.
Optional
return a new URI replacing the current with the given authority
return a new URI replacing the current with the given fragment
return a new URI replacing the current with the given path
return a new URI replacing the current with the given query
return a new URI replacing the current with the given scheme
return this URI without a authority
return this URI without a fragment
return this URI without a path
return this URI without a query
Static
Return all uri from the current to the top most.