You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Karl von Randow <ka...@cactuslab.com> on 2003/02/18 23:18:08 UTC

[Configuration] subset doesn't include defaults

Hi all,

I believe that when you make a subset of a Configuration it doesn't include
any properties in the defaults that might fall into that subset. If this is
true, is that the intended functionality? I would like it if subset did
include defaults and would be happy to implement that if necessary.

Kind regards,
Karl



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [Configuration] subset doesn't include defaults

Posted by Herve Quiroz <he...@esil.univ-mrs.fr>.
Hi Karl,

You mean to add a new method ?

Configuration subset(boolean includeDefaults);

Nice. But that means it should be added in the interface, so we need to
patch every implementation made so far. Anyway, I think this is an
interesting feature, worth implementing. And API isn't frozen yet IIRC.

Regards,

Herve

On Wed, 19 Feb 2003, Karl von Randow wrote:

> Hi all,
>
> I believe that when you make a subset of a Configuration it doesn't include
> any properties in the defaults that might fall into that subset. If this is
> true, is that the intended functionality? I would like it if subset did
> include defaults and would be happy to implement that if necessary.
>
> Kind regards,
> Karl
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org