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

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

  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] = 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 LoggingOutputStream
  4. object ScalafixInterface
  5. object ShellArgs extends Serializable

Ungrouped