Uses of Enum
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 type with the specified name.static TreeWalk.OperationType[]
TreeWalk.OperationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.treewalk with parameters of type TreeWalk.OperationTypeModifier and TypeMethodDescriptionprivate ByteBuffer
WorkingTreeIterator.filterClean
(byte[] src, int n, TreeWalk.OperationType opType) private InputStream
WorkingTreeIterator.filterClean
(InputStream in, TreeWalk.OperationType opType) TreeWalk.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) private InputStream
WorkingTreeIterator.handleAutoCRLF
(InputStream in, TreeWalk.OperationType opType) private InputStream
WorkingTreeIterator.possiblyFilteredInputStream
(WorkingTreeIterator.Entry e, InputStream is, long len, 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