scalafix.internal

sbt

package sbt

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Arg extends (ScalafixArguments) ⇒ ScalafixArguments

  2. class BlockingCache[K, V] extends AnyRef

    A basic thread-safe cache without any eviction.

  3. case class DependencyRule(ruleName: String, dependency: ModuleID) extends Product with Serializable

  4. class JGitCompletion extends AnyRef

  5. class LoggingOutputStream extends OutputStream

    Split an OutputStream into messages and feed them to a given logger at a specified level.

  6. class ScalafixCompletions extends AnyRef

  7. class ScalafixInterface extends AnyRef

  8. class ScalafixLogger extends ScalafixMainCallback

  9. class SemanticRuleValidator extends AnyRef

  10. class SemanticdbNotFound extends AnyRef

  11. case class ShellArgs(rules: List[String] = immutable.this.Nil, files: List[String] = immutable.this.Nil, extra: List[String] = immutable.this.Nil, noCache: Boolean = false) extends Product with Serializable

Value Members

  1. object Arg

  2. object DependencyRule extends Serializable

  3. object LoggingOutputStream

  4. object ScalafixInterface

  5. object ShellArgs extends Serializable

Ungrouped