Package org.eclipse.jgit.attributes
Interface AttributesProvider
- All Known Implementing Classes:
NameConflictTreeWalk
,TreeWalk
public interface AttributesProvider
Interface for classes which provide git attributes
- Since:
- 4.2
-
Method Summary
-
Method Details
-
getAttributes
Attributes getAttributes()Get attributes- Returns:
- the currently active attributes
-