Interface PathResolver.ResolveAction<T>

  • Enclosing interface:
    PathResolver

    public static interface PathResolver.ResolveAction<T>
    • Method Summary

      Modifier and Type Method Description
      T apply​(SmbPath target)  
    • Method Detail