SystemFile

case class SystemFile(file: File, logicalPath: String) extends VirtualFile

A virtual file implementation for usual files

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

Value members

Concrete methods

def isDirectory: Boolean

is directory?

is directory?

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product