JSFilePath

case class JSFilePath(path: File) extends FilePath

The path of the JS module consists in the file inserted by the user.

Value parameters:
path

the file in input by the user

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

Type members

Types

override type Path = File

Value members

Inherited methods

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