Uses of Class
org.eclipse.jgit.attributes.Attribute
-
Packages that use Attribute Package Description org.eclipse.jgit.attributes Support for reading .gitattributes. -
-
Uses of Attribute in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes that return types with arguments of type Attribute Modifier and Type Method Description java.util.List<Attribute>
AttributesRule. getAttributes()
Returns the attributes.Method parameters in org.eclipse.jgit.attributes with type arguments of type Attribute Modifier and Type Method Description void
AttributesNode. getAttributes(java.lang.String entryPath, boolean isDirectory, java.util.Map<java.lang.String,Attribute> attributes)
Returns the matching attributes for an entry path.
-