Class FileOutputStreamFactory
- java.lang.Object
-
- migratedb.v1.core.internal.configuration.FileOutputStreamFactory
-
- All Implemented Interfaces:
Supplier<OutputStream>
public final class FileOutputStreamFactory extends Object implements Supplier<OutputStream>
-
-
Constructor Summary
Constructors Constructor Description FileOutputStreamFactory(Path file)
-
-
-
Constructor Detail
-
FileOutputStreamFactory
public FileOutputStreamFactory(Path file)
-
-
Method Detail
-
get
public OutputStream get()
- Specified by:
getin interfaceSupplier<OutputStream>
-
-