Packages

package dynamic

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package exceptions
  2. package utils

Type Members

  1. class ConsoleScalafmtReporter extends ScalafmtReporter
  2. final case class ScalafmtDynamic(reporter: ScalafmtReporter, repositories: List[Repository], respectVersion: Boolean, respectExcludeFilters: Boolean, defaultVersion: String, formatCache: ReentrantCache[ScalafmtVersion, FormatEval[ScalafmtReflect]], cacheConfigs: Boolean, configsCache: ReentrantCache[Path, FormatEval[(ScalafmtReflectConfig, FileTime)]]) extends Scalafmt with ScalafmtSessionFactory with Product with Serializable
  3. class ScalafmtDynamicDownloader extends AnyRef
  4. sealed abstract class ScalafmtDynamicError extends Error
  5. case class ScalafmtReflect(classLoader: URLClassLoader, version: ScalafmtVersion, respectVersion: Boolean) extends Product with Serializable
  6. class ScalafmtReflectConfig extends AnyRef
  7. case class ScalafmtVersion(major: Int, minor: Int, patch: Int, rc: Int = 0, snapshot: Boolean = false) extends Product with Serializable

Value Members

  1. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object ConsoleScalafmtReporter extends ConsoleScalafmtReporter
  3. object ScalafmtDynamic extends Serializable
  4. object ScalafmtDynamicDownloader
  5. object ScalafmtDynamicError extends Serializable
  6. object ScalafmtVersion extends Serializable

Ungrouped