Uses of Class
org.eclipse.jgit.treewalk.TreeWalk.OperationType
-
Packages that use TreeWalk.OperationType Package Description org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system).org.eclipse.jgit.util.io Utility classes for IO (streams). -
-
Uses of TreeWalk.OperationType in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as TreeWalk.OperationType Modifier and Type Field Description private TreeWalk.OperationTypeTreeWalk. operationTypeType of operation you want to retrieve the git attributes for.Methods in org.eclipse.jgit.treewalk that return TreeWalk.OperationType Modifier and Type Method Description TreeWalk.OperationTypeTreeWalk. getOperationType()Get the operation typestatic TreeWalk.OperationTypeTreeWalk.OperationType. valueOf(java.lang.String name)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.OperationType Modifier and Type Method Description private java.nio.ByteBufferWorkingTreeIterator. filterClean(byte[] src, int n, TreeWalk.OperationType opType)private java.io.InputStreamWorkingTreeIterator. filterClean(java.io.InputStream in, TreeWalk.OperationType opType)CoreConfig.EolStreamTypeTreeWalk. getEolStreamType(TreeWalk.OperationType opType)Get the EOL stream type of the current entry using the config andTreeWalk.getAttributes().private CoreConfig.EolStreamTypeWorkingTreeIterator. getEolStreamType(TreeWalk.OperationType opType)private java.io.InputStreamWorkingTreeIterator. handleAutoCRLF(java.io.InputStream in, TreeWalk.OperationType opType)private java.io.InputStreamWorkingTreeIterator. possiblyFilteredInputStream(WorkingTreeIterator.Entry e, java.io.InputStream is, long len, TreeWalk.OperationType opType)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.OperationType Modifier and Type Method Description static 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
-