Class | Description |
---|---|
RelativeUniformPath |
A relative uniform path that can be resolved against an absolute uniform
path.
|
RelativeUniformPathAssert |
Custom asserts on RelativeUniformPath
|
UniformPath |
An absolute uniform path with a specific type, where type might be something
like "code", "non-code" or "architecture" (see
UniformPath.EType ). |
UniformPathAssert |
Custom asserts on
UniformPath . |
UniformPathCompatibilityUtil |
Utility methods to aid the migration from string-typed uniform paths to
type-safe
UniformPath s. |
Enum | Description |
---|---|
UniformPath.EType |
All types a path can have.
|