p

org.scalafmt

dynamic

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. All

Type Members

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

Value Members

  1. 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