Packages

c

com.madgag.git.bfg.cleaner

LfsBlobConverter

class LfsBlobConverter extends TreeBlobModifier

Linear Supertypes
TreeBlobModifier, (TreeBlobs) => TreeBlobs, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LfsBlobConverter
  2. TreeBlobModifier
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LfsBlobConverter(lfsGlobExpression: String, repo: FileRepository)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val UTF_8: Charset
  5. def andThen[A](g: (TreeBlobs) => A): (TreeBlobs) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  6. def apply(dirtyBlobs: TreeBlobs): TreeBlobs
    Definition Classes
    LfsBlobConverterTreeBlobModifier → Function1
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def compose[A](g: (A) => TreeBlobs): (A) => TreeBlobs
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. def ensureGitAttributesSetFor(cleanedBlobs: TreeBlobs): TreeBlobs
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def fix(entry: TreeBlobEntry): (BlobFileMode, ObjectId)
    Definition Classes
    LfsBlobConverterTreeBlobModifier
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val gitAttributesLine: String
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val lfsGlob: TextMatcher
  20. val lfsObjectsDir: Path
  21. val lfsPointerBlobIdForRealBlob: MemoFunc[ObjectId, ObjectId]
  22. val lfsPointerMemo: Memo[ObjectId, ObjectId]
  23. val lfsSuitableFiles: (FileName) => Boolean
  24. val memoisedCleaner: Cleaner[TreeBlobEntry]
    Definition Classes
    TreeBlobModifier
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val threadLocalObjectDBResources: ThreadLocalObjectDatabaseResources
  30. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  31. def tryStoringLfsFileFor(blobId: ObjectId)(implicit r: ObjectReader): Try[Pointer]
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from TreeBlobModifier

Inherited from (TreeBlobs) => TreeBlobs

Inherited from AnyRef

Inherited from Any

Ungrouped