public final class UniversalPath
extends java.lang.Object
Entity encapsulating an immutable absolute path in a multi-platform format. Windows and *nix paths are supported, encoded in a neutral
format. This allows for easy conversion between platform-specific paths. As this is a cross-platform path, characters that are disallowed
in one platform are also disallowed in all other platforms.