Event Source: switch from wildcards to regexs 79/18279/1
authorRobert Varga <rovarga@cisco.com>
Tue, 14 Apr 2015 16:50:49 +0000 (18:50 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 14 Apr 2015 16:50:49 +0000 (18:50 +0200)
commitbd0b7407e33ca03df54401a223bef96be9ba1706
treef1c1d0221a0d8e8261d2625e1414fb15115d9e76
parent0084c98c39d63e42fba1d74ec6288b98f3a22182
Event Source: switch from wildcards to regexs

The node match specifier is more useful (and natural) in a regular
expression. Switch the implementation to interpret the argument as a
pattern.

Change-Id: Iac9034095cee35dfc020747a5448ef486a6a63df
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/messagebus-impl/src/main/java/org/opendaylight/controller/messagebus/app/impl/EventSourceTopic.java
opendaylight/md-sal/messagebus-impl/src/main/java/org/opendaylight/controller/messagebus/app/impl/EventSourceTopology.java
opendaylight/md-sal/messagebus-impl/src/test/java/org/opendaylight/controller/messagebus/app/impl/UtilTest.java