class LfsBlobConverter extends TreeBlobModifier
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LfsBlobConverter
- TreeBlobModifier
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LfsBlobConverter(lfsGlobExpression: String, repo: FileRepository)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val UTF_8: Charset
- def andThen[A](g: (TreeBlobs) => A): (TreeBlobs) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def apply(dirtyBlobs: TreeBlobs): TreeBlobs
- Definition Classes
- LfsBlobConverter → TreeBlobModifier → Function1
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[A](g: (A) => TreeBlobs): (A) => TreeBlobs
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def ensureGitAttributesSetFor(cleanedBlobs: TreeBlobs): TreeBlobs
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fix(entry: TreeBlobEntry): (BlobFileMode, ObjectId)
- Definition Classes
- LfsBlobConverter → TreeBlobModifier
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val gitAttributesLine: String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lfsGlob: TextMatcher
- val lfsObjectsDir: Path
- val lfsPointerBlobIdForRealBlob: MemoFunc[ObjectId, ObjectId]
- val lfsPointerMemo: Memo[ObjectId, ObjectId]
- val lfsSuitableFiles: (FileName) => Boolean
- val memoisedCleaner: Cleaner[TreeBlobEntry]
- Definition Classes
- TreeBlobModifier
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val threadLocalObjectDBResources: ThreadLocalObjectDatabaseResources
- def toString(): String
- Definition Classes
- Function1 → AnyRef → Any
- def tryStoringLfsFileFor(blobId: ObjectId)(implicit r: ObjectReader): Try[Pointer]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()