public class Rooted extends FilesProviderWithoutDirectory
Represents a set of files, with a different path-root depending on context.

Note the path-root refers a prefix applied to each path e.g. /a/b/c, not just the "c:\" or similar part that Java-s Path class refers to as a root.

Author:
Owen Feehan
  • Constructor Details

    • Rooted

      public Rooted()
  • Method Details