|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.webdav.CmsWebdavRange
public class CmsWebdavRange
Helper class for the WebDAV servlet. Holds values for a range.
Constructor Summary | |
---|---|
CmsWebdavRange()
|
Method Summary | |
---|---|
long |
getEnd()
Returns the end. |
long |
getLength()
Returns the length. |
long |
getStart()
Returns the start. |
void |
recycle()
Resets this range. |
void |
setEnd(long end)
Sets the end. |
void |
setLength(long length)
Sets the length. |
void |
setStart(long start)
Sets the start. |
boolean |
validate()
Validate range. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsWebdavRange()
Method Detail |
---|
public long getEnd()
public long getLength()
public long getStart()
public void recycle()
public void setEnd(long end)
end
- the end to setpublic void setLength(long length)
length
- the length to setpublic void setStart(long start)
start
- the start to setpublic boolean validate()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |