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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attributes
getAttributes()
Get attributes
-
-
-
Method Detail
-
getAttributes
Attributes getAttributes()
Get attributes- Returns:
- the currently active attributes
-
-