org.apache.wvcm.store.webdav
Class DateRepresentations

java.lang.Object
  extended by org.apache.wvcm.store.webdav.DateRepresentations

public class DateRepresentations
extends java.lang.Object

Parses date representations as specified in RFC2068 and RFC2518.

Version:
$Revision: 1.1.1.1.2.2 $

Constructor Summary
DateRepresentations()
           
 
Method Summary
static java.util.Date parseDate(java.lang.String dateValue)
          Parse the java.util.Date string for HTTP-date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateRepresentations

public DateRepresentations()
Method Detail

parseDate

public static java.util.Date parseDate(java.lang.String dateValue)
Parse the java.util.Date string for HTTP-date.

Returns:
the parsed date.


Copyright (c) 2003 - Apache Software Foundation