SystemFile

wvlet.log.io.Resource$.SystemFile
case class SystemFile(file: File, logicalPath: String) extends VirtualFile

A virtual file implementation for usual files

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def isDirectory: Boolean

is directory?

is directory?

Attributes

Returns:

true when the file is a directory, otherwise false

def url: URL

Gets the URL of this file

Gets the URL of this file

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product