com.madgag.git.bfg.cli

CLIConfig

case class CLIConfig(stripBiggestBlobs: Option[Int] = scala.None, stripBlobsBiggerThan: Option[Int] = scala.None, protectBlobsFromRevisions: Set[String] = ..., deleteFiles: Option[TextMatcher] = scala.None, filenameFilters: Seq[Filter[String]] = immutable.this.Nil, filterSizeThreshold: Int = ..., replaceBannedStrings: Traversable[String] = immutable.this.List.empty[Nothing], blobCharsetDetector: BlobCharsetDetector = ..., strictObjectChecking: Boolean = false, sensitiveData: Option[Boolean] = scala.None, repoLocation: File = ...) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CLIConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CLIConfig(stripBiggestBlobs: Option[Int] = scala.None, stripBlobsBiggerThan: Option[Int] = scala.None, protectBlobsFromRevisions: Set[String] = ..., deleteFiles: Option[TextMatcher] = scala.None, filenameFilters: Seq[Filter[String]] = immutable.this.Nil, filterSizeThreshold: Int = ..., replaceBannedStrings: Traversable[String] = immutable.this.List.empty[Nothing], blobCharsetDetector: BlobCharsetDetector = ..., strictObjectChecking: Boolean = false, sensitiveData: Option[Boolean] = scala.None, repoLocation: File = ...)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val blobCharsetDetector: BlobCharsetDetector

  8. lazy val blobRemover: Option[BlobReplacer]

  9. lazy val blobTextModifier: Option[BlobTextModifier]

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. lazy val commitNodeCleaners: Seq[CommitNodeCleaner]

  12. lazy val definesNoWork: Boolean

  13. val deleteFiles: Option[TextMatcher]

  14. def describe: String

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. lazy val fileDeletion: Option[TreeBlobsCleaner]

  17. val filenameFilters: Seq[Filter[String]]

  18. lazy val filterContentPredicate: (FileName) ⇒ Boolean

  19. val filterSizeThreshold: Int

  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. lazy val formerCommitFooter: Option[FormerCommitFooter.type]

  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. lazy val gitdir: Option[File]

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. lazy val lineModifier: Option[(String) ⇒ String]

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. lazy val objectChecker: Option[ObjectChecker]

  30. def objectIdCleanerConfig: Config

  31. lazy val objectIdSubstitutor: ObjectIdSubstitutor

  32. lazy val objectProtection: ObjectProtection

  33. lazy val privateDataRemoval: Boolean

  34. val protectBlobsFromRevisions: Set[String]

  35. val replaceBannedStrings: Traversable[String]

  36. implicit lazy val repo: FileRepository

  37. val repoLocation: File

  38. val sensitiveData: Option[Boolean]

  39. val strictObjectChecking: Boolean

  40. val stripBiggestBlobs: Option[Int]

  41. val stripBlobsBiggerThan: Option[Int]

  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. lazy val treeBlobCleaners: Seq[TreeBlobsCleaner]

  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped