Interface PathSys<T,S>

All Superinterfaces:
Comparable<Path<T>>, Iterable<Path<T>>, Path<T>
All Known Implementing Classes:
PathSysBase

public interface PathSys<T,S> extends Path<T>
  • Method Details

    • getSystem

      S getSystem()
      Description copied from interface: Path
      Returns an object such as the file system underlying this path. Returns null if not applicable. Experimental.
      Specified by:
      getSystem in interface Path<T>