You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Stephen McConnell <mc...@apache.org> on 2003/03/17 05:00:03 UTC

[MERLIN] context descriptor update

Just a note to let everyone know that the context management system in 
Merlin has just been updated to support arrays as valid context 
arguments.  In a Merlin <classname>.xinfo file you can now declare a 
context entry type as either a class or interface name or an array of 
class or interface names.  The array variant follows the classic Java 
language model of appending "[]" to the class or interface name.  An 
example type including an array context entry is included below:

   <type>

     <context>
        <entry key="my-key" value="org.whatever.MyClass[]"/>
     </context>

   </type>

Cheers, Steve.

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org
http://www.osm.net



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