Interface FileSystemAdaptorDescription

    • Method Detail

      • supportsThirdPartyCopy

        boolean supportsThirdPartyCopy()
        Does this adaptor support third party copy ? In third party copy, a file is copied between two remote locations, without passing through the local machine first.
        Returns:
        if this adaptor supports third party copy.
      • canReadSymboliclinks

        boolean canReadSymboliclinks()
        Can this adaptor read symbolic links ?
        Returns:
        if this adaptor can read symbolic links.
      • canCreateSymboliclinks

        boolean canCreateSymboliclinks()
        Can this adaptor create symbolic links ? In third party copy, a file is copied between two remote locations, without passing through the local machine first.
        Returns:
        if this adaptor can create symbolic links.
      • isConnectionless

        boolean isConnectionless()
      • supportsReadingPosixPermissions

        boolean supportsReadingPosixPermissions()
      • supportsSettingPosixPermissions

        boolean supportsSettingPosixPermissions()
      • supportsRename

        boolean supportsRename()
      • canAppend

        boolean canAppend()
      • needsSizeBeforehand

        boolean needsSizeBeforehand()