com.raritantechnologies.utils.format
Class KeyExistsOperator

java.lang.Object
  extended bycom.raritantechnologies.utils.format.KeyExistsOperator
All Implemented Interfaces:
FormatOperator

public class KeyExistsOperator
extends java.lang.Object
implements FormatOperator

Format operator that tests the existence of a key in a set of query parameters.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
KeyExistsOperator(java.lang.String key)
           
 
Method Summary
 boolean isValidFor(java.util.Map queryParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyExistsOperator

public KeyExistsOperator(java.lang.String key)
Method Detail

isValidFor

public boolean isValidFor(java.util.Map queryParams)
Specified by:
isValidFor in interface FormatOperator