DataMapPlatform

dev.hnaderi.k8s.DataMapPlatform

Attributes

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

Members list

Value members

Abstract methods

Attributes

Source
DataPlatform.scala

Concrete methods

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