more todos
authorErik Brakkee <erik@brakkee.org>
Mon, 1 Aug 2011 20:57:38 +0000 (22:57 +0200)
committerErik Brakkee <erik@brakkee.org>
Mon, 1 Aug 2011 20:57:38 +0000 (22:57 +0200)
impl/src/main/java/org/wamblee/xmlrouter/impl/ConfigImpl.java
impl/src/main/java/org/wamblee/xmlrouter/impl/SingleRouterConfig.java

index 5beeed5c12da92ece9bb9833d39bbe0c0bc2241e..9442db674eb027575182da4f9675badbe76e07f4 100644 (file)
@@ -24,6 +24,9 @@ import org.wamblee.xmlrouter.common.Id;
 import org.wamblee.xmlrouter.config.Config;
 import org.wamblee.xmlrouter.config.Identifiable;
 
+// TODO think real hard about the prefixing. We want a consistent view for clients. 
+// perhaps only provide a method to add items and hide all access to the ids. 
+
 /**
  * Default implementation of the {@link Config} interface.
  * 
index b069215b102731099ee88f6a22384af64a5ac886..cc778fe7c707928fc10ef6673390d8a30c1cbff4 100644 (file)
@@ -22,6 +22,10 @@ import org.wamblee.xmlrouter.config.Filter;
 import org.wamblee.xmlrouter.config.RouterConfig;
 import org.wamblee.xmlrouter.config.Transformation;
 
+// TODO implement equality based on ids for the single routerconfig. 
+// TODO add clear method to the routerconfig
+// TODO implement copying of routerconfig. 
+
 /**
  * Represents a single configuration set of a single configuration client of the
  * XML router.