Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.webdav.lib.properties
Class DateProperty  view DateProperty download DateProperty.java

java.lang.Object
  extended byorg.apache.webdav.lib.BaseProperty
      extended byorg.apache.webdav.lib.properties.DateProperty
All Implemented Interfaces:
org.apache.webdav.lib.Property
Direct Known Subclasses:
CreationDateProperty, GetLastModifiedProperty, ModificationDateProperty

public abstract class DateProperty
extends org.apache.webdav.lib.BaseProperty

Base for all properties that contain date values.


Field Summary
private static java.text.SimpleDateFormat[] FORMATS
           
 
Fields inherited from class org.apache.webdav.lib.BaseProperty
element, response
 
Constructor Summary
DateProperty(org.apache.webdav.lib.ResponseEntity response, org.w3c.dom.Element element)
           
 
Method Summary
 java.util.Date getDate()
          Returns the date value.
 
Methods inherited from class org.apache.webdav.lib.BaseProperty
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FORMATS

private static final java.text.SimpleDateFormat[] FORMATS
Constructor Detail

DateProperty

public DateProperty(org.apache.webdav.lib.ResponseEntity response,
                    org.w3c.dom.Element element)
Method Detail

getDate

public java.util.Date getDate()
Returns the date value.