IPath
interface. Paths are always maintained in canonicalized form. That is, parent references (i.e., ../../
) and duplicate separators are resolved. For example, new Path("/a/b").append("../foo/bar")will yield the path
/a/foo/bar
This class can be used without OSGi running.
This class is not intended to be subclassed by clients but may be instantiated.
@see IPath @noextend This class is not intended to be subclassed by clients.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|