You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2014/04/07 19:45:18 UTC

[jira] [Created] (DIRAPI-187) Make the Entry class a fluent API

Emmanuel Lecharny created DIRAPI-187:
----------------------------------------

             Summary: Make the Entry class a fluent API
                 Key: DIRAPI-187
                 URL: https://issues.apache.org/jira/browse/DIRAPI-187
             Project: Directory Client API
          Issue Type: Improvement
    Affects Versions: 1.0.0-M21
            Reporter: Emmanuel Lecharny
             Fix For: 1.0.0-M22


It would be convenient to be able to do things like :

Entry entry = new DefaultEntry( "dc=example,dc=com" ).add ( myAttribute ).add( muSecondAttribute ).add...



--
This message was sent by Atlassian JIRA
(v6.2#6252)