|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.servlets.webdav.XmlApplicationPath.FileAttributes
public static class XmlApplicationPath.FileAttributes
Constructor Summary | |
---|---|
XmlApplicationPath.FileAttributes()
|
Method Summary | |
---|---|
java.lang.String |
getAttribute(AttributeName name)
Returns an attribute value. |
java.util.Iterator |
getAttributeNames()
Returns an iterator over the attribute names. |
void |
removeAttribute(AttributeName name)
Removes an attribute value. |
boolean |
setAttribute(AttributeName name,
java.lang.String value)
Sets an attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlApplicationPath.FileAttributes()
Method Detail |
---|
public java.util.Iterator getAttributeNames() throws java.io.IOException
java.io.IOException
public java.lang.String getAttribute(AttributeName name) throws java.io.IOException
java.io.IOException
public boolean setAttribute(AttributeName name, java.lang.String value)
name
- the attribute namevalue
- the attribute value
public void removeAttribute(AttributeName name) throws java.io.IOException
name
- the attribute name
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |