public static class XmlApplicationPath.FileAttributes
extends java.lang.Object
Constructor and Description |
---|
FileAttributes() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 valuepublic void removeAttribute(AttributeName name) throws java.io.IOException
name
- the attribute namejava.io.IOException