com.japisoft.webdavbrowser
Class WEBDAVResourceItem

java.lang.Object
  |
  +--com.japisoft.webdavbrowser.WEBDAVResourceItem
All Implemented Interfaces:
ResourceItem

public class WEBDAVResourceItem
extends java.lang.Object
implements ResourceItem

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Constructor Summary
WEBDAVResourceItem(org.apache.webdav.lib.WebdavResource resource)
           
 
Method Summary
 java.util.Date getLastModified()
           
 java.lang.String getName()
           
 java.lang.String getPath()
           
 long getSize()
           
 java.lang.Object getSource()
           
 boolean isFile()
           
 boolean isLocked()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WEBDAVResourceItem

public WEBDAVResourceItem(org.apache.webdav.lib.WebdavResource resource)
Method Detail

getPath

public java.lang.String getPath()
Specified by:
getPath in interface ResourceItem

getName

public java.lang.String getName()
Specified by:
getName in interface ResourceItem

isFile

public boolean isFile()
Specified by:
isFile in interface ResourceItem

isLocked

public boolean isLocked()
Specified by:
isLocked in interface ResourceItem

getSize

public long getSize()
Specified by:
getSize in interface ResourceItem

getLastModified

public java.util.Date getLastModified()
Specified by:
getLastModified in interface ResourceItem

getSource

public java.lang.Object getSource()
Specified by:
getSource in interface ResourceItem