Package

org.scalafmt

dynamic

Permalink

package dynamic

Visibility
  1. Public
  2. All

Type Members

  1. class ConsoleScalafmtReporter extends ScalafmtReporter

    Permalink
  2. case class ScalafmtConfigException(e: String) extends Exception with Product with Serializable

    Permalink
  3. final case class ScalafmtDynamic(reporter: ScalafmtReporter, respectVersion: Boolean, respectExcludeFilters: Boolean, defaultVersion: String, fmts: Map[Path, ScalafmtReflect]) extends Scalafmt with Product with Serializable

    Permalink
  4. case class ScalafmtException(message: String, cause: Throwable) extends Exception with NoStackTrace with Product with Serializable

    Permalink
  5. case class ScalafmtReflect(classLoader: URLClassLoader, configFile: Path, version: String, respectVersion: Boolean, respectProjectFilters: Boolean, reporter: ScalafmtReporter) extends Product with Serializable

    Permalink
  6. case class VersionMismatch(obtainedVersion: String, expectedVersion: String) extends Exception with Product with Serializable

    Permalink

Value Members

  1. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  2. object ConsoleScalafmtReporter extends ConsoleScalafmtReporter

    Permalink
  3. object ReflectionException

    Permalink

Ungrouped