| java.lang.Object com.flexive.war.webdav.FxDavEntry com.flexive.war.webdav.FxDavResource
FxDavResource | public class FxDavResource extends FxDavEntry (Code) | | A Dav entry with a content length
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Method Summary | |
public long | getContentlength() Returns the size of the resource in bytes. |
FxDavResource | public FxDavResource(String displayname, Date creationdate, Date lastmodified, long contentlength)(Code) | | Consructor.
Parameters: displayname - the name of the resource Parameters: creationdate - the creation date Parameters: lastmodified - the last modofication date Parameters: contentlength - the size of the resource in bytes. |
getContentlength | public long getContentlength()(Code) | | Returns the size of the resource in bytes.
the size of the resource in bytes |
|
|