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.OperationType
TreeWalk. operationType
Type 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.OperationType
TreeWalk. getOperationType()
Get the operation typestatic TreeWalk.OperationType
TreeWalk.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 CoreConfig.EolStreamType
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)
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.OperationType Modifier and Type Method Description static 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
-