diff options
author | Ivan Motsch <ivan.motsch@bsiag.com> | 2015-11-17 13:32:20 +0100 |
---|---|---|
committer | Ivan Motsch <ivan.motsch@bsiag.com> | 2015-11-27 11:40:34 +0100 |
commit | 75697adc5a0024449351aacac89618c3b83add11 (patch) | |
tree | e50cae59d87dc42ef2fe7ebc932e3371bf0602c9 /org.eclipse.jgit/.settings | |
parent | adbe9006831a5d03a3513f4a09dbda8703e19f7c (diff) | |
download | jgit-75697adc5a0024449351aacac89618c3b83add11.tar.gz jgit-75697adc5a0024449351aacac89618c3b83add11.zip |
Add the new class Attributes holding multiple Attribute(s)
Attributes represents a semantic collector of Attribute(s) and replaces
the anonymous Map<String,Attribute>. This class will be returned by
TreeWalk.getAttributes(). It offers convenient access to the attributes
wrapped in the Attributes object. Adds preparations for a future
Attribute Macro Expansion
Change-Id: I8348c8c457a2a7f1f0c48050e10399b0fa1cdbe1
Signed-off-by: Ivan Motsch <ivan.motsch@bsiag.com>
Diffstat (limited to 'org.eclipse.jgit/.settings')
-rw-r--r-- | org.eclipse.jgit/.settings/.api_filters | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index b89aad4c59..b2a8f677f3 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -1,5 +1,13 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <component id="org.eclipse.jgit" version="2"> + <resource path="src/org/eclipse/jgit/attributes/AttributesNode.java" type="org.eclipse.jgit.attributes.AttributesNode"> + <filter comment="attributes weren't really usable in earlier versions" id="338792546"> + <message_arguments> + <message_argument value="org.eclipse.jgit.attributes.AttributesNode"/> + <message_argument value="getAttributes(String, boolean, Map<String,Attribute>)"/> + </message_arguments> + </filter> + </resource> <resource path="src/org/eclipse/jgit/lib/BitmapIndex.java" type="org.eclipse.jgit.lib.BitmapIndex$BitmapBuilder"> <filter comment="interface is implemented by extenders but not clients of the API" id="403804204"> <message_arguments> |