Package

scalafix.internal

jgit

Permalink

package jgit

Visibility
  1. Public
  2. All

Type Members

  1. class DiffDisable extends AnyRef

    Permalink
  2. case class GitChange(start: Int, length: Int) extends Product with Serializable

    Permalink
  3. sealed trait GitDiff extends AnyRef

    Permalink
  4. case class ModifiedFile(path: Path, changes: List[GitChange]) extends GitDiff with Product with Serializable

    Permalink
  5. case class NewFile(path: Path) extends GitDiff with Product with Serializable

    Permalink

Value Members

  1. object DiffDisable

    Permalink
  2. object JGitDiff

    Permalink

Ungrouped