fr.cnes.sitools.dataset.database.mongodb
Class WildcardMongoDB

java.lang.Object
  extended by fr.cnes.sitools.dataset.database.mongodb.WildcardMongoDB

public final class WildcardMongoDB
extends java.lang.Object

Utility class to get Query operator String for MongoDB

Author:
m.gond

Method Summary
static java.lang.String applyWildcard(Wildcard wildcard, java.lang.String value)
          Get the operator value for a MongoDB query
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

applyWildcard

public static java.lang.String applyWildcard(Wildcard wildcard,
                                             java.lang.String value)
Get the operator value for a MongoDB query

Parameters:
wildcard - the Wildcard
value - the value to transform
Returns:
the string representation of this operator for MongoDB


Copyright © 2010-2013 CNES. All Rights Reserved.