Class FileEndpointImpl

    • Constructor Detail

      • FileEndpointImpl

        public FileEndpointImpl()
    • Method Detail

      • pathTargetType

        public FileEndpoint.PathTargetType pathTargetType​(String pathStr)
        Description copied from interface: FileEndpoint
        Gets an indication as to whether the given path is a file or a directory. This will return null if this cannot be determined for any reason. For example, this will return null if the path is blank, non-existent, or if the server has no read permissions on this path.
        Specified by:
        pathTargetType in interface FileEndpoint