Local

class Local
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def execute(cmd: String): ExecutionResult
def exists(path: String): Boolean
def home(): String
def list(path: String): List[ListEntry]
def makeDir(path: String): Unit
def mv(from: String, to: String): Path
def readFile[T](path: String, f: InputStream => T): T
def rmDir(path: String): Unit
def rmFile(path: String): Unit
def writeBytes(bytes: Array[Byte], path: String): Unit
def writeFile(is: () => InputStream, path: String): Unit