Class Rel


  • public final class Rel
    extends Object
    Relative path.
    Since:
    0.28.11
    • Constructor Detail

      • Rel

        public Rel​(File file)
        Constructor with File.
        Parameters:
        file - File relative to working directory.
      • Rel

        public Rel​(Path other)
        Constructor with Path.
        Parameters:
        other - Path relative to working directory.
      • Rel

        public Rel​(Path base,
                   Path other)
        The main constructor.
        Parameters:
        base - Current working directory.
        other - Path relative to working directory.