Interface AliasedFileObject

All Known Implementing Classes:
ConnectionFileObject

public interface AliasedFileObject
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the original file object URI but swaps s3:// for s3a:// when needed
    Returns the string that contains original file object URI.
    static boolean
    isAliasedFile(org.apache.commons.vfs2.FileObject file)
     
  • Method Details

    • getOriginalURIString

      String getOriginalURIString()
      Returns the string that contains original file object URI.
      Returns:
      original URI string
    • getAELSafeURIString

      String getAELSafeURIString()
      Returns the original file object URI but swaps s3:// for s3a:// when needed
      Returns:
    • isAliasedFile

      static boolean isAliasedFile(org.apache.commons.vfs2.FileObject file)