Update of /var/cvs/src/org/mmbase/framework
In directory james.mmbase.org:/tmp/cvs-serv23204/framework

Modified Files:
        ComponentRepository.java 
Log Message:
added a datatype for use in systemproperties


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/framework


Index: ComponentRepository.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/ComponentRepository.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- ComponentRepository.java    11 Apr 2008 09:57:24 -0000      1.34
+++ ComponentRepository.java    12 Apr 2008 13:23:27 -0000      1.35
@@ -24,7 +24,7 @@
  * This (singleton) class maintains all compoments which are registered in the 
current MMBase.
  *
  * @author Michiel Meeuwissen
- * @version $Id: ComponentRepository.java,v 1.34 2008/04/11 09:57:24 michiel 
Exp $
+ * @version $Id: ComponentRepository.java,v 1.35 2008/04/12 13:23:27 michiel 
Exp $
  * @since MMBase-1.9
  */
 public class ComponentRepository {
@@ -93,6 +93,10 @@
         return Collections.unmodifiableCollection(failed);
     }
 
+    public Map<String, Component> toMap()  {
+        return Collections.unmodifiableMap(rep);
+    }
+
     /**
      * Acquires the component with given name, or <code>null</code> if no such 
component.
      */
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to