FileServiceImpl

izumi.logstage.sink.file.FileServiceImpl
See theFileServiceImpl companion object
class FileServiceImpl(val path: String) extends FileService[RealFile]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
FileService
def exists(fileIdentity: FileIdentity): Boolean

Attributes

Inherited from:
FileService
def fileContent(fileIdentity: FileIdentity): Option[Iterable[String]]

Attributes

Inherited from:
FileService
def fileSize(fileIdentity: FileIdentity): Int

Attributes

Inherited from:
FileService
def removeFile(fileIdentity: FileIdentity): Unit

Attributes

Inherited from:
FileService

Attributes

Inherited from:
FileService
def writeToFile(fileIdentity: FileIdentity, content: String): Try[Unit]

Attributes

Inherited from:
FileService

Concrete fields

override val createFileWithName: String => RealFile
override val path: String

Inherited fields

Attributes

Inherited from:
FileService