com.raritantechnologies.utils.format
Class AlwaysValidOperator

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

public class AlwaysValidOperator
extends java.lang.Object
implements FormatOperator

FormatOperator stub that always reports that a set of query parameters is valid.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
AlwaysValidOperator()
           
 
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

AlwaysValidOperator

public AlwaysValidOperator()
Method Detail

isValidFor

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