package sbt

Ordering
  1. Alphabetic
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: sbt.ModuleID) extends Product with Serializable
  4. trait Implicits extends AnyRef
  5. class JGitCompletion extends AnyRef
  6. class LoggingOutputStream extends OutputStream

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

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

  7. class ScalafixCompletions extends AnyRef
  8. class ScalafixInterface extends AnyRef
  9. class ScalafixLogger extends ScalafixMainCallback
  10. class SemanticRuleValidator extends AnyRef
  11. class SemanticdbNotFound extends AnyRef
  12. case class ShellArgs(rules: List[String] = Nil, files: List[String] = Nil, extra: List[String] = Nil, noCache: Boolean = false) extends Product with Serializable

Value Members

  1. object Arg
  2. object DependencyRule extends Serializable
  3. object Implicits extends Implicits
  4. object LoggingOutputStream
  5. object ScalafixInterface
  6. object ShellArgs extends Serializable

Ungrouped