Packages

package local

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. local
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Local extends AnyRef
  2. case class LocalExecutionError(message: String, t: Throwable) extends Exception with Product with Serializable
  3. case class LocalHost() extends Product with Serializable
  4. case class LocalIOError(message: String, t: Throwable) extends Exception with Product with Serializable

Value Members

  1. def execute(cmd: String)(implicit local: Effect[Local]): ExecutionResult
  2. def exists(path: String)(implicit local: Effect[Local]): Boolean
  3. def home(implicit local: Effect[Local]): String
  4. def link(target: String, link: String, defaultOnCopy: Boolean = false)(implicit local: Effect[Local]): Path
  5. def list(path: String)(implicit local: Effect[Local]): List[ListEntry]
  6. def makeDir(path: String)(implicit local: Effect[Local]): Unit
  7. def mv(from: String, to: String)(implicit local: Effect[Local]): Path
  8. def readFile[T](path: String, f: (InputStream) ⇒ T)(implicit local: Effect[Local]): T
  9. def rmDir(path: String)(implicit local: Effect[Local]): Unit
  10. def rmFile(path: String)(implicit local: Effect[Local]): Unit
  11. def writeBytes(bytes: Array[Byte], path: String)(implicit local: Effect[Local]): Unit
  12. def writeFile(is: () ⇒ InputStream, path: String)(implicit local: Effect[Local]): Unit
  13. object Local

Inherited from AnyRef

Inherited from Any

Ungrouped