ch.qos.logback.core.util
Class DatePatternToRegexUtil
java.lang.Object
ch.qos.logback.core.util.DatePatternToRegexUtil
public class DatePatternToRegexUtil
- extends Object
This class is concerned with computing a regex corresponding to a date
pattern (in SimpleDateFormat
format).
- Author:
- Ceki Gülcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatePatternToRegexUtil
public DatePatternToRegexUtil(String datePattern)
toRegex
public String toRegex()
Copyright © 2005-2013 QOS.ch. All Rights Reserved.