class S3FileSystem extends FileSystem
- Alphabetic
- By Inheritance
- S3FileSystem
- FileSystem
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new S3FileSystem(s3Client: S3Client)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DELIMITER: String
- val S3_SCHEME: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
copy(source: String, destination: String, overwrite: Boolean): Unit
Copy the content of a folder or a single file to a destination.
Copy the content of a folder or a single file to a destination.
- source
the path to the source folder or file
- destination
the path to the destination folder or file
- overwrite
If true, the destination path will be overwritten. If false and the destination is not empty then the method will fail.
- Definition Classes
- S3FileSystem → FileSystem
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exists(path: String): Boolean
Determines if the path exists
Determines if the path exists
- path
a path (file or a directory)
- returns
trueif the path existsfalseotherwise
-
def
extractPart(folder: String, currentExtention: String, newExtension: String): Boolean
- Definition Classes
- FileSystem
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
isDirectory(path: String): Boolean
Determines if the given path is a directory
Determines if the given path is a directory
- path
path
- returns
trueif path is a directoryfalseotherwise
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
list(path: String, recursive: Boolean): List[File]
List all files within a folder.
List all files within a folder.
- path
where to list the files
- recursive
if true, list files in a recursive manner
- returns
a list of Files
- Definition Classes
- S3FileSystem → FileSystem
-
val
log: Logger
- Definition Classes
- FileSystem
-
def
move(source: String, destination: String, overwrite: Boolean): Unit
Move the content of a folder of a single file to a destination.
Move the content of a folder of a single file to a destination.
- source
the path to the source folder or file
- destination
the path to the destination folder or file
- overwrite
If true, the destination path will be overwritten. If false and the destination is not empty then the method will fail.
- Definition Classes
- S3FileSystem → FileSystem
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
remove(path: String): Unit
Permanently delete a folder or a file from the system.
Permanently delete a folder or a file from the system.
- path
path to delete from the system.
- Definition Classes
- S3FileSystem → FileSystem
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated