FileNamePart

scribe.file.path.FileNamePart
See theFileNamePart companion object
trait FileNamePart

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Day
object Hour
object Minute
object Month
object Second
class Static
object Year
class MaxLogs
class MaxSize
class FileName
class Rolling
Show all

Members list

Value members

Abstract methods

def current(timeStamp: Long): String
def regex: String

Concrete methods

def %(part: FileNamePart): FileName
Implicitly added by fileNamePart2FileName
def %(s: String): FileName
Implicitly added by fileNamePart2FileName
def after(writer: FileWriter): Unit
def before(writer: FileWriter): Unit
def nextValidation(timeStamp: Long): Option[Long]

Inherited methods

def productElementNames: Iterator[String]
Implicitly added by fileNamePart2FileName

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]
Implicitly added by fileNamePart2FileName

Attributes

Inherited from:
Product