trait FileConnector extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileConnector
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
deletePath(implicit trace: Trace): ZSink[Any, IOException, Path, Nothing, Unit]
Will fail for non empty directories.
Will fail for non empty directories. For that use case use deletePathRecursively
- abstract def deletePathRecursively(implicit trace: Trace): ZSink[Any, IOException, Path, Nothing, Unit]
- abstract def existsPath(implicit trace: Trace): ZSink[Any, IOException, Path, Path, Boolean]
- abstract def listPath(path: ⇒ Path)(implicit trace: Trace): ZStream[Any, IOException, Path]
- abstract def movePathZIO(locator: (Path) ⇒ ZIO[Any, IOException, Path])(implicit trace: Trace): ZSink[Any, IOException, Path, Nothing, Unit]
- abstract def readPath(path: ⇒ Path)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- abstract def tailPath(path: ⇒ Path, freq: ⇒ zio.Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- abstract def tailPathUsingWatchService(path: ⇒ Path, freq: ⇒ zio.Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- abstract def tempDirPath(implicit trace: Trace): ZStream[Any, IOException, Path]
- abstract def tempDirPathIn(dirPath: ⇒ Path)(implicit trace: Trace): ZStream[Any, IOException, Path]
- abstract def tempPath(implicit trace: Trace): ZStream[Any, IOException, Path]
- abstract def tempPathIn(dirPath: ⇒ Path)(implicit trace: Trace): ZStream[Any, IOException, Path]
- abstract def writePath(path: ⇒ Path)(implicit trace: Trace): ZSink[Any, IOException, Byte, Nothing, Unit]
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- final def deleteFile(implicit trace: Trace): ZSink[Any, IOException, File, Nothing, Unit]
- final def deleteFileName(implicit trace: Trace): ZSink[Any, IOException, String, Nothing, Unit]
- final def deleteFileNameRecursively(implicit trace: Trace): ZSink[Any, IOException, String, Nothing, Unit]
- final def deleteFileRecursively(implicit trace: Trace): ZSink[Any, IOException, File, Nothing, Unit]
- final def deleteURI(implicit trace: Trace): ZSink[Any, IOException, URI, Nothing, Unit]
- final def deleteURIRecursively(implicit trace: Trace): ZSink[Any, IOException, URI, Nothing, Unit]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def existsFile(implicit trace: Trace): ZSink[Any, IOException, File, File, Boolean]
- final def existsFileName(implicit trace: Trace): ZSink[Any, IOException, String, String, Boolean]
- final def existsURI(implicit trace: Trace): ZSink[Any, IOException, URI, URI, Boolean]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def listFile(file: ⇒ File)(implicit trace: Trace): ZStream[Any, IOException, File]
- final def listFileName(name: ⇒ String)(implicit trace: Trace): ZStream[Any, IOException, String]
- final def listURI(uri: ⇒ URI)(implicit trace: Trace): ZStream[Any, IOException, URI]
- final def moveFile(locator: (File) ⇒ File)(implicit trace: Trace): ZSink[Any, IOException, File, Nothing, Unit]
- final def moveFileName(locator: (String) ⇒ String)(implicit trace: Trace): ZSink[Any, IOException, String, Nothing, Unit]
- final def moveFileNameZIO(locator: (String) ⇒ ZIO[Any, IOException, String])(implicit trace: Trace): ZSink[Any, IOException, String, Nothing, Unit]
- final def moveFileZIO(locator: (File) ⇒ ZIO[Any, IOException, File])(implicit trace: Trace): ZSink[Any, IOException, File, Nothing, Unit]
- final def movePath(locator: (Path) ⇒ Path)(implicit trace: Trace): ZSink[Any, IOException, Path, Nothing, Unit]
- final def moveURI(locator: (URI) ⇒ URI)(implicit trace: Trace): ZSink[Any, IOException, URI, Nothing, Unit]
- final def moveURIZIO(locator: (URI) ⇒ ZIO[Any, IOException, URI])(implicit trace: Trace): ZSink[Any, IOException, URI, Nothing, Unit]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def readFile(file: ⇒ File)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- final def readFileName(name: ⇒ String)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- final def readURI(uri: ⇒ URI)(implicit trace: Trace): ZStream[Any, IOException, Byte]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- final def tailFile(file: ⇒ File, freq: ⇒ zio.Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- final def tailFileName(name: ⇒ String, freq: ⇒ zio.Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- final def tailFileNameUsingWatchService(fileName: ⇒ String, freq: ⇒ zio.Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- final def tailFileUsingWatchService(file: ⇒ File, freq: ⇒ zio.Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- final def tailURI(uri: ⇒ URI, freq: ⇒ zio.Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- final def tailURIUsingWatchService(uri: ⇒ URI, freq: ⇒ zio.Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- final def tempDirFile(implicit trace: Trace): ZStream[Any, IOException, File]
- final def tempDirFileIn(dirFile: ⇒ File)(implicit trace: Trace): ZStream[Any, IOException, File]
- final def tempDirFileName(implicit trace: Trace): ZStream[Any, IOException, String]
- final def tempDirFileNameIn(dirName: ⇒ String)(implicit trace: Trace): ZStream[Any, IOException, String]
- final def tempDirURI(implicit trace: Trace): ZStream[Any, IOException, URI]
- final def tempDirURIIn(dirURI: ⇒ URI)(implicit trace: Trace): ZStream[Any, IOException, URI]
- final def tempFile(implicit trace: Trace): ZStream[Any, IOException, File]
- final def tempFileIn(dirFile: ⇒ File)(implicit trace: Trace): ZStream[Any, IOException, File]
- final def tempFileName(implicit trace: Trace): ZStream[Any, IOException, String]
- final def tempFileNameIn(dirName: ⇒ String)(implicit trace: Trace): ZStream[Any, IOException, String]
- final def tempURI(implicit trace: Trace): ZStream[Any, IOException, URI]
- final def tempURIIn(dirURI: ⇒ URI)(implicit trace: Trace): ZStream[Any, IOException, URI]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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 writeFile(file: ⇒ File)(implicit trace: Trace): ZSink[Any, IOException, Byte, Nothing, Unit]
- final def writeFileName(name: ⇒ String)(implicit trace: Trace): ZSink[Any, IOException, Byte, Nothing, Unit]
- final def writeURI(uri: ⇒ URI)(implicit trace: Trace): ZSink[Any, IOException, Byte, Nothing, Unit]