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
Methods in org.eclipse.jgit.treewalk that return TreeWalk.OperationTypeModifier and TypeMethodDescriptionTreeWalk.getOperationType()Get the operation typestatic TreeWalk.OperationTypeReturns 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().voidTreeWalk.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.EolStreamTypeEolStreamTypeUtil.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