final case class ScalafmtDynamic(properties: ScalafmtProperties, moduleLoader: ScalafmtModuleLoader, configLoader: ScalafmtConfigLoader) extends Scalafmt with ScalafmtExtension with ScalafmtSessionFactory with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalafmtDynamic
- Serializable
- Product
- Equals
- ScalafmtSessionFactory
- ScalafmtExtension
- Scalafmt
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScalafmtDynamic()
- new ScalafmtDynamic(properties: ScalafmtProperties, moduleLoader: ScalafmtModuleLoader, configLoader: ScalafmtConfigLoader)
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Unit
- Definition Classes
- ScalafmtDynamic → Scalafmt
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val configLoader: ScalafmtConfigLoader
- def createSession(config: Path): ScalafmtSession
- Definition Classes
- ScalafmtDynamic → ScalafmtSessionFactory → Scalafmt
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def format(config: Path, file: Path, code: String): String
- Definition Classes
- ScalafmtDynamic → Scalafmt
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val moduleLoader: ScalafmtModuleLoader
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val properties: ScalafmtProperties
- def resolveConfig(configPath: Path): FormatEval[ScalafmtReflectConfig]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withDefaultVersion(defaultVersion: String): ScalafmtDynamic
- Definition Classes
- ScalafmtDynamic → Scalafmt
- def withMavenRepositories(value: String*): Scalafmt
- def withReporter(value: ScalafmtReporter): ScalafmtDynamic
- Definition Classes
- ScalafmtDynamic → Scalafmt
- def withRepositoryCredentials(value: RepositoryCredential*): Scalafmt
- def withRespectProjectFilters(value: Boolean): ScalafmtDynamic
- Definition Classes
- ScalafmtDynamic → Scalafmt
- def withRespectVersion(respectVersion: Boolean): ScalafmtDynamic
- Definition Classes
- ScalafmtDynamic → Scalafmt
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)