Matt Tencati wrote:
I like working with Strings and that is why I thought we should extend Properties 
rather
than implement Map.  Strings all around.

Properties is just a HashMap with casts to String. Its values are String, not String[], so I don't know how you'd get it to support multiple values. I was proposing that we do the cast to String in a getFirst() method, analgous with getProperty(), for the convenience of Properties, but use String[] as the actual stored value, to support multiple values per attribute. How would you do the latter with Properties?

Doug


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to