com.mongodb
Class DBRegex

java.lang.Object
  extended by com.mongodb.DBRegex

Deprecated.

public class DBRegex
extends Object

Use java.util.regex.Pattern for regular expressions.


Constructor Summary
DBRegex(String p, String o)
          Deprecated.  
 
Method Summary
 String getOptions()
          Deprecated.  
 String getPattern()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBRegex

public DBRegex(String p,
               String o)
Deprecated. 
Method Detail

getPattern

public String getPattern()
Deprecated. 

getOptions

public String getOptions()
Deprecated.