StringFilePath

case class StringFilePath(path: String) extends FilePath

This type of path consists in the path of the file inserted by the user.

Value parameters:
path

the path of the file.

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

Type members

Types

override type Path = String

Value members

Inherited methods

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