Matt Benson wrote:
Any thoughts on the propriety of adding
public void iterator() {
//return property NAMES
}
to PropertySet? This would make it easy to use with
ant-contrib's task. Not that we have an
obligation to do that, but I think it could be cool.
It would be nice!
Peter
-Matt
_
On this topic, what do people think of the ability to define a filter
set from a property set, where each filter has the property's name and
the property's value?
Phil :n.
On Wed, 2005-04-20 at 16:48 -0500, Dominique Devienne wrote:
> > From: Matt Benson [mailto:[EMAIL PROTECTED]
> >
> > Any tho
> From: Matt Benson [mailto:[EMAIL PROTECTED]
> I will take your opinion as gospel, since you are the
> father of PropertySet, and since you agree with me ;)
Note that I can't think of any use case for iterating
over the property names selected by a propertyset, but
I'm sure someone somewhere some
--- Dominique Devienne <[EMAIL PROTECTED]> wrote:
> > From: Matt Benson [mailto:[EMAIL PROTECTED]
> >
> > Any thoughts on the propriety of adding
> >
> > public java.util.Iterator iterator() {
> > //return property NAMES
> > }
> >
> > to PropertySet? This would make it easy to use
> with
>
> From: Matt Benson [mailto:[EMAIL PROTECTED]
>
> Any thoughts on the propriety of adding
>
> public java.util.Iterator iterator() {
> //return property NAMES
> }
>
> to PropertySet? This would make it easy to use with
> ant-contrib's task. Not that we have an
> obligation to do that, but