| Package | Description | 
|---|---|
| org.eclipse.jgit.attributes | Support for reading .gitattributes. | 
| org.eclipse.jgit.treewalk | Walking and comparing directory/file trees (of commits, file system). | 
| org.eclipse.jgit.util.io | Utility classes for IO (streams). | 
| Modifier and Type | Method and Description | 
|---|---|
| Attributes | AttributesProvider. getAttributes() | 
| Attributes | AttributesHandler. getAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AttributesHandler. expandMacro(Attribute attr,
           Attributes result) | 
| protected void | AttributesHandler. mergeAttributes(AttributesNode node,
               String entryPath,
               boolean isDirectory,
               Attributes result)Merges the matching node attributes for an entry path. | 
| Modifier and Type | Method and Description | 
|---|---|
| Attributes | TreeWalk. getAttributes()Retrieve the git attributes for the current entry. | 
| Modifier and Type | Method and 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 | 
Copyright © 2016 Eclipse JGit Project. All rights reserved.