net.krecan.m2_proxy.store
Class RegExpStoreValidator.RegexpTimeout

java.lang.Object
  extended by net.krecan.m2_proxy.store.RegExpStoreValidator.RegexpTimeout
Enclosing class:
RegExpStoreValidator

public static class RegExpStoreValidator.RegexpTimeout
extends Object

Helper class to store rexep together with time.

Author:
krel

Constructor Summary
RegExpStoreValidator.RegexpTimeout()
           
RegExpStoreValidator.RegexpTimeout(String regexp)
           
RegExpStoreValidator.RegexpTimeout(String regexp, long timeout)
           
 
Method Summary
 Pattern getPattern()
           
 String getRegexp()
           
 long getTimeout()
           
 void setRegexp(String regexp)
           
 void setTimeout(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegExpStoreValidator.RegexpTimeout

public RegExpStoreValidator.RegexpTimeout()

RegExpStoreValidator.RegexpTimeout

public RegExpStoreValidator.RegexpTimeout(String regexp,
                                          long timeout)

RegExpStoreValidator.RegexpTimeout

public RegExpStoreValidator.RegexpTimeout(String regexp)
Method Detail

getRegexp

public String getRegexp()

setRegexp

public void setRegexp(String regexp)

getTimeout

public long getTimeout()

setTimeout

public void setTimeout(long timeout)

getPattern

public Pattern getPattern()


Copyright © 2006 null. All Rights Reserved.