DataPlatform

dev.hnaderi.k8s.DataPlatform

Attributes

Source:
DataPlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Data.type

Members list

Concise view

Value members

Concrete methods

def file(path: String): FileValue

Attributes

Source:
DataPlatform.scala
def file(path: Path): FileValue

Attributes

Source:
DataPlatform.scala
def fromDir(path: File): Map[String, FileValue]

creates a data map for all files in a given directory

creates a data map for all files in a given directory

Attributes

Note:

this is not a safe operation and has side effects and might throw exceptions too

Source:
DataPlatform.scala
def fromDir(path: Path): Map[String, FileValue]

creates a data map for all files in a given directory

creates a data map for all files in a given directory

Attributes

Note:

this is not a safe operation and has side effects and might throw exceptions too

Source:
DataPlatform.scala

Implicits

Implicits

implicit def apply(value: File): FileValue

Attributes

Source:
DataPlatform.scala
implicit def apply(value: Path): FileValue

Attributes

Source:
DataPlatform.scala