p

org

ensime

package ensime

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CompatExtras extends AnyRef
  2. trait CompatExtrasKeys extends AnyRef
  3. case class EnsimeConfig(root: sbt.File, cacheDir: sbt.File, scalaCompilerJars: Set[sbt.File], ensimeServerJars: Set[sbt.File], ensimeServerVersion: String, name: String, scalaVersion: String, scalacOptions: List[String], modules: Map[String, EnsimeModule], javaHome: sbt.File, javaFlags: List[String], javacOptions: List[String], javaSrc: Set[sbt.File], projects: Seq[EnsimeProject]) extends Product with Serializable
  4. case class EnsimeModule(name: String, mainRoots: Set[sbt.File], testRoots: Set[sbt.File], targets: Set[sbt.File], testTargets: Set[sbt.File], dependsOnNames: Set[String], compileJars: Set[sbt.File], runtimeJars: Set[sbt.File], testJars: Set[sbt.File], sourceJars: Set[sbt.File], docJars: Set[sbt.File]) extends Product with Serializable
  5. case class EnsimeProject(id: EnsimeProjectId, depends: Seq[EnsimeProjectId], sources: Set[sbt.File], targets: Set[sbt.File], scalacOptions: List[String], javacOptions: List[String], libraryJars: Set[sbt.File], librarySources: Set[sbt.File], libraryDocs: Set[sbt.File]) extends Product with Serializable
  6. case class EnsimeProjectId(project: String, config: String) extends Product with Serializable

Value Members

  1. object CommandSupport
  2. object EnsimeCoursierKeys
  3. object EnsimeCoursierPlugin extends AutoPlugin

    Defines the tasks that resolve all the jars needed to start the ensime-server.

    Defines the tasks that resolve all the jars needed to start the ensime-server.

    Intentionally separated from EnsimePlugin to allow corporate users to avoid a dependency on coursier and provide hard coded jar paths.

  4. object EnsimeExtrasKeys extends CompatExtrasKeys
  5. object EnsimeExtrasPlugin extends AutoPlugin with CompatExtras
  6. object EnsimeKeys

    Conventional way to define importable keys for an AutoPlugin.

  7. object EnsimePlugin extends AutoPlugin
  8. object SExpFormatter

Ungrouped