Class TypedPaths


  • public class TypedPaths
    extends java.lang.Object
    Provides a default TypedPath implementation.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TypedPath get​(java.nio.file.Path path)
      Returns a typed path for the given path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public static TypedPath get​(java.nio.file.Path path)
        Returns a typed path for the given path.
        Parameters:
        path - the path to convert to a typed path
        Returns:
        the TypedPath for the input path.