Packages

case class CLIConfig(stripBiggestBlobs: Option[Int] = None, stripBlobsBiggerThan: Option[Long] = None, protectBlobsFromRevisions: Set[String] = Set("HEAD"), deleteFiles: Option[TextMatcher] = None, deleteFolders: Option[TextMatcher] = None, fixFilenameDuplicatesPreferring: Option[Ordering[FileMode]] = None, filenameFilters: Seq[Filter[String]] = Nil, filterSizeThreshold: Long = BlobTextModifier.DefaultSizeThreshold, textReplacementExpressions: Iterable[String] = List.empty, stripBlobsWithIds: Option[Set[ObjectId]] = None, lfsConversion: Option[String] = None, strictObjectChecking: Boolean = false, sensitiveData: Option[Boolean] = None, massiveNonFileObjects: Option[Long] = None, repoLocation: File = new File(System.getProperty("user.dir"))) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CLIConfig
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CLIConfig(stripBiggestBlobs: Option[Int] = None, stripBlobsBiggerThan: Option[Long] = None, protectBlobsFromRevisions: Set[String] = Set("HEAD"), deleteFiles: Option[TextMatcher] = None, deleteFolders: Option[TextMatcher] = None, fixFilenameDuplicatesPreferring: Option[Ordering[FileMode]] = None, filenameFilters: Seq[Filter[String]] = Nil, filterSizeThreshold: Long = BlobTextModifier.DefaultSizeThreshold, textReplacementExpressions: Iterable[String] = List.empty, stripBlobsWithIds: Option[Set[ObjectId]] = None, lfsConversion: Option[String] = None, strictObjectChecking: Boolean = false, sensitiveData: Option[Boolean] = None, massiveNonFileObjects: Option[Long] = None, repoLocation: File = new File(System.getProperty("user.dir")))

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. lazy val blobTextModifier: Option[BlobTextModifier]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. lazy val commitNodeCleaners: Seq[CommitNodeCleaner]
  8. lazy val definesNoWork: Boolean
  9. val deleteFiles: Option[TextMatcher]
  10. val deleteFolders: Option[TextMatcher]
  11. def describe: String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. lazy val fileDeletion: Option[Cleaner[TreeBlobs]]
  14. val filenameFilters: Seq[Filter[String]]
  15. lazy val filterContentPredicate: (FileName) => Boolean
  16. val filterSizeThreshold: Long
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. lazy val fixFileNameDuplication: Option[Cleaner[Seq[Entry]]]
  19. val fixFilenameDuplicatesPreferring: Option[Ordering[FileMode]]
  20. lazy val folderDeletion: Option[Cleaner[TreeSubtrees]]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. lazy val gitdir: Option[File]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. lazy val lfsBlobConverter: Option[LfsBlobConverter]
  25. val lfsConversion: Option[String]
  26. lazy val lineModifier: Option[(String) => String]
  27. val massiveNonFileObjects: Option[Long]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. lazy val objectChecker: Option[ObjectChecker]
  32. def objectIdCleanerConfig: Config
  33. lazy val objectIdSubstitutor: ObjectIdSubstitutor
  34. lazy val objectProtection: ProtectedObjectCensus
  35. lazy val privateDataRemoval: Boolean
  36. def productElementNames: Iterator[String]
    Definition Classes
    Product
  37. val protectBlobsFromRevisions: Set[String]
  38. implicit lazy val repo: FileRepository
  39. val repoLocation: File
  40. val sensitiveData: Option[Boolean]
  41. val strictObjectChecking: Boolean
  42. val stripBiggestBlobs: Option[Int]
  43. val stripBlobsBiggerThan: Option[Long]
  44. val stripBlobsWithIds: Option[Set[ObjectId]]
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. val textReplacementExpressions: Iterable[String]
  47. lazy val treeBlobCleaners: Seq[Cleaner[TreeBlobs]]
  48. lazy val treeEntryListCleaners: Seq[Cleaner[Seq[Entry]]]
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped