Package org.pentaho.di.core.vfs
Interface AliasedFileObject
-
- All Known Implementing Classes:
ConnectionFileObject
public interface AliasedFileObject
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAELSafeURIString()
Returns the original file object URI but swaps s3:// for s3a:// when neededString
getOriginalURIString()
Returns the string that contains original file object URI.static boolean
isAliasedFile(org.apache.commons.vfs2.FileObject file)
-
-
-
Method Detail
-
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)
-
-