VFile

org.finos.morphir.toolkit.vfile.VFile
See theVFile companion object
final case class VFile(path: VFilePath, contents: VFileContents, properties: PropertyBag, data: PropertyBag)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def ++=(bindings: Seq[Binding[_]]): VFile

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product