Uses of Enum Class
org.eclipse.jgit.treewalk.TreeWalk.OperationType
Packages that use TreeWalk.OperationType
Package
Description
Walking and comparing directory/file trees (of commits, file system).
Utility classes for IO (streams).
-
Uses of TreeWalk.OperationType in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as TreeWalk.OperationTypeModifier and TypeFieldDescriptionprivate TreeWalk.OperationType
TreeWalk.operationType
Type of operation you want to retrieve the git attributes for.Methods in org.eclipse.jgit.treewalk that return TreeWalk.OperationTypeModifier and TypeMethodDescriptionTreeWalk.getOperationType()
Get the operation typestatic TreeWalk.OperationType
Returns the enum constant of this class with the specified name.static TreeWalk.OperationType[]
TreeWalk.OperationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.treewalk with parameters of type TreeWalk.OperationTypeModifier and TypeMethodDescriptionTreeWalk.getEolStreamType
(TreeWalk.OperationType opType) Get the EOL stream type of the current entry using the config andTreeWalk.getAttributes()
.private CoreConfig.EolStreamType
WorkingTreeIterator.getEolStreamType
(TreeWalk.OperationType opType) void
TreeWalk.setOperationType
(TreeWalk.OperationType operationType) Set the operation type of this walk -
Uses of TreeWalk.OperationType in org.eclipse.jgit.util.io
Methods in org.eclipse.jgit.util.io with parameters of type TreeWalk.OperationTypeModifier and TypeMethodDescriptionstatic CoreConfig.EolStreamType
EolStreamTypeUtil.detectStreamType
(TreeWalk.OperationType op, WorkingTreeOptions options, Attributes attrs) Convenience method used to detect if CRLF conversion has been configured using the global repo options global attributes info attributes working tree .gitattributes