package dynamic

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

Package Members

  1. package exceptions
  2. package utils

Type Members

  1. class ConsoleScalafmtReporter extends ScalafmtReporter
  2. case class Dependency(group: String, artifact: String, version: String) extends Product with Serializable
  3. trait DependencyDownloader extends AnyRef
  4. trait DependencyDownloaderFactory extends AnyRef
  5. type FormatResult = Either[ScalafmtDynamicError, String]
  6. trait ScalafmtConfigLoader extends AnyRef
  7. final case class ScalafmtDynamic(properties: ScalafmtProperties, moduleLoader: ScalafmtModuleLoader, configLoader: ScalafmtConfigLoader) extends Scalafmt with ScalafmtExtension with ScalafmtSessionFactory with Product with Serializable
  8. sealed class ScalafmtDynamicError extends Error
  9. final case class ScalafmtDynamicSession(properties: ScalafmtProperties, cfg: ScalafmtReflectConfig) extends ScalafmtSession with Product with Serializable
  10. trait ScalafmtModuleLoader extends Closeable
  11. final case class ScalafmtProperties(reporter: ScalafmtReporter = ConsoleScalafmtReporter, repositories: Seq[String] = Nil, repositoryCredentials: Seq[RepositoryCredential] = Nil, respectExcludeFilters: Boolean = true) extends Product with Serializable
  12. case class ScalafmtReflect(classLoader: ClassLoader, version: ScalafmtVersion) extends Closeable with Product with Serializable
  13. class ScalafmtReflectConfig extends AnyRef
  14. case class ScalafmtVersion(major: Int, minor: Int, patch: Int, rc: Int = 0, snapshot: String = "") extends Comparable[ScalafmtVersion] with 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 CoursierDependencyDownloader extends DependencyDownloaderFactory
  4. object Dependency extends Serializable
  5. object ScalafmtConfigLoader extends ScalafmtConfigLoader
  6. object ScalafmtDynamicError extends Serializable
  7. object ScalafmtModuleLoader
  8. object ScalafmtVersion extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped