org.knowhowlab.osgi.monitoradmin.util
Class StatusVariablePathFilter
java.lang.Object
org.knowhowlab.osgi.monitoradmin.util.StatusVariablePath
org.knowhowlab.osgi.monitoradmin.util.StatusVariablePathFilter
public class StatusVariablePathFilter
- extends StatusVariablePath
StatusVariable path filter with '*' wildcard support
- Author:
- dmytro.pishchukhin
|
Method Summary |
java.lang.String |
getMonitorableIdFilter()
|
boolean |
match(java.lang.String monitorableId,
java.lang.String statusVariableId)
Check that given monitorable Id and StatusVarialbe Id match Filter |
protected boolean |
validateId(java.lang.String id)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatusVariablePathFilter
public StatusVariablePathFilter(java.lang.String path)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
validateId
protected boolean validateId(java.lang.String id)
- Overrides:
validateId in class StatusVariablePath
match
public boolean match(java.lang.String monitorableId,
java.lang.String statusVariableId)
- Check that given monitorable Id and StatusVarialbe Id match Filter
- Parameters:
monitorableId - monitorable IdstatusVariableId - StatusVariable Id
- Returns:
- result
getMonitorableIdFilter
public java.lang.String getMonitorableIdFilter()
Copyright © 2010 Know-How Lab. All Rights Reserved.