net.krecan.m2_proxy.store
Class RegExpStoreValidator.RegexpTimeout
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegExpStoreValidator.RegexpTimeout
public RegExpStoreValidator.RegexpTimeout()
RegExpStoreValidator.RegexpTimeout
public RegExpStoreValidator.RegexpTimeout(String regexp,
long timeout)
RegExpStoreValidator.RegexpTimeout
public RegExpStoreValidator.RegexpTimeout(String regexp)
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.