Package org.eclipse.jgit.dircache
Class DirCacheCheckout.CheckoutMetadata
java.lang.Object
org.eclipse.jgit.dircache.DirCacheCheckout.CheckoutMetadata
- Enclosing class:
- DirCacheCheckout
Metadata used in checkout process
- Since:
- 4.3
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static DirCacheCheckout.CheckoutMetadata
final CoreConfig.EolStreamType
git attributesfinal String
filter command to apply -
Constructor Summary
ConstructorsConstructorDescriptionCheckoutMetadata
(CoreConfig.EolStreamType eolStreamType, String smudgeFilterCommand) -
Method Summary
-
Field Details
-
eolStreamType
git attributes -
smudgeFilterCommand
filter command to apply -
EMPTY
-
-
Constructor Details
-
CheckoutMetadata
- Parameters:
eolStreamType
-smudgeFilterCommand
-
-