scalafix.internal

sbt

package sbt

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Arg extends (ScalafixArguments) ⇒ ScalafixArguments

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

  3. class JGitCompletion extends AnyRef

  4. class LoggingOutputStream extends OutputStream

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

  5. class ScalafixCompletions extends AnyRef

  6. class ScalafixInterface extends AnyRef

  7. class ScalafixLogger extends ScalafixMainCallback

  8. class SemanticRuleValidator extends AnyRef

  9. class SemanticdbNotFound extends AnyRef

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