Package

org.openmole.core

project

Permalink

package project

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait CompilationError extends CompileResult

    Permalink
  2. sealed trait CompileResult extends AnyRef

    Permalink
  3. case class Compiled(result: CompiledScript) extends CompileResult with Product with Serializable

    Permalink
  4. case class ConsoleVariables(args: Seq[String], workDirectory: tool.file.File)(implicit services: Services) extends Product with Serializable

    Permalink
  5. case class ErrorInCode(error: console.ScalaREPL.CompilationError) extends CompilationError with Product with Serializable

    Permalink
  6. case class ErrorInCompiler(error: Throwable) extends CompilationError with Product with Serializable

    Permalink
  7. class Project extends AnyRef

    Permalink
  8. case class ScriptFileDoesNotExists() extends CompileResult with Product with Serializable

    Permalink

Value Members

  1. object ConsoleVariables extends Serializable

    Permalink
  2. object Imports

    Permalink
  3. object OpenMOLEREPL

    Permalink
  4. object Project

    Permalink

Ungrouped