DataMapPlatform

dev.hnaderi.k8s.DataMapPlatform

Attributes

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

Members list

Concise view

Value members

Abstract methods

Attributes

Source:
DataPlatform.scala
def from(values: Map[String, Data]): Map[String, String]

Attributes

Source:
DataPlatform.scala

Concrete methods

def binaryFromDir(path: File): Map[String, String]

Binary data map from all files in a directory, keys are file names and values are file content

Binary data map from all files in a directory, keys are file names and values are file content

Attributes

Note:

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

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

String data map from all files in a directory, keys are file names and values are file content

String data map from all files in a directory, keys are file names and values are file content

Attributes

Note:

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

Source:
DataPlatform.scala